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


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

    See Also