SystemDropShadowChrome Class

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public NotInheritable Class SystemDropShadowChrome _
    Inherits Decorator
‘사용 방법
Dim instance As SystemDropShadowChrome
public sealed class SystemDropShadowChrome : Decorator
public ref class SystemDropShadowChrome sealed : public Decorator
[<SealedAttribute>]
type SystemDropShadowChrome =  
    class
        inherit Decorator
    end
public final class SystemDropShadowChrome extends Decorator

Inheritance Hierarchy

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        System.Windows.UIElement
          System.Windows.FrameworkElement
            System.Windows.Controls.Decorator
              Microsoft.VisualStudio.PlatformUI.SystemDropShadowChrome

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SystemDropShadowChrome Members

Microsoft.VisualStudio.PlatformUI Namespace