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