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


In This Topic
    WindowStyleOverride Property
    In This Topic
    Gets or sets the style used to display the StylableWindow.
    Syntax
    'Declaration
     
    Public Property WindowStyleOverride As WindowStyle
    'Usage
     
    Dim instance As StyleableWindow
    Dim value As WindowStyle
     
    instance.WindowStyleOverride = value
     
    value = instance.WindowStyleOverride
    public WindowStyle WindowStyleOverride {get; set;}

    Property Value

    The WindowStyle used to display the StylableWindow.
    Remarks
    Property WindowStyle should remain at None.
    Requirements

    See Also