Xceed Toolkit Plus for WPF v4.6 Documentation
WindowInactiveBackground Property (StyleableWindow)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > StyleableWindow Class : WindowInactiveBackground Property
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

Reference

StyleableWindow Class
StyleableWindow Members