Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / StyleableWindow Class / TitleShadowBrush Property


In This Topic
    TitleShadowBrush Property
    In This Topic
    Gets or sets the brush used for the title's shadow.
    Syntax
    'Declaration
     
    Public Property TitleShadowBrush As Brush
    'Usage
     
    Dim instance As StyleableWindow
    Dim value As Brush
     
    instance.TitleShadowBrush = value
     
    value = instance.TitleShadowBrush
    public Brush TitleShadowBrush {get; set;}
    Requirements

    See Also