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


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

Reference

StyleableWindow Class
StyleableWindow Members