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


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > StyleableWindow Class : WindowBackground Property
Gets or sets the window background.
Syntax
'Declaration
 
Public Property WindowBackground As Brush
'Usage
 
Dim instance As StyleableWindow
Dim value As Brush
 
instance.WindowBackground = value
 
value = instance.WindowBackground
public Brush WindowBackground {get; set;}
Requirements

See Also

Reference

StyleableWindow Class
StyleableWindow Members