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


    WindowInactiveBackground Property (StyleableWindow)
    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
    Requirements

    See Also