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


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > StyleableWindow Class : WindowBorderThickness Property
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

Reference

StyleableWindow Class
StyleableWindow Members