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


In This Topic
    WindowThickness Property (StyleableWindow)
    In This Topic
    Gets or sets the thickness of the chrome’s border.
    Syntax
    'Declaration
     
    Public Property WindowThickness As Thickness
    'Usage
     
    Dim instance As StyleableWindow
    Dim value As Thickness
     
    instance.WindowThickness = value
     
    value = instance.WindowThickness
    public Thickness WindowThickness {get; set;}
    Requirements

    See Also