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


In This Topic
    WindowBackground Property (StyleableWindow)
    In This Topic
    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