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.