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;}
Supported Frameworks
See Also