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


In This Topic
    WindowInactiveBackground Property (StyleableWindow)
    In This Topic
    Gets or sets the Brush used for the chrome when the StylableWindow is inactive (in background).
    Syntax
    'Declaration
     
    Public Property WindowInactiveBackground As Brush
    'Usage
     
    Dim instance As StyleableWindow
    Dim value As Brush
     
    instance.WindowInactiveBackground = value
     
    value = instance.WindowInactiveBackground
    public Brush WindowInactiveBackground {get; set;}
    Requirements

    See Also