Share via


SystemParameters2.WindowResizeBorderThickness Property

Gets the size of the resizing border around the window.

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)

Syntax

'Declaration
Public Property WindowResizeBorderThickness As Thickness
public Thickness WindowResizeBorderThickness { get; private set; }
public:
property Thickness WindowResizeBorderThickness {
    Thickness get ();
    private: void set (Thickness value);
}
member WindowResizeBorderThickness : Thickness with get, private set
function get WindowResizeBorderThickness () : Thickness
private function set WindowResizeBorderThickness (value : Thickness)

Property Value

Type: System.Windows.Thickness
The size of the resizing border around the window, in device-independent pixels (1/96th of an inch).

.NET Framework Security

See Also

Reference

SystemParameters2 Class

Microsoft.Windows.Shell Namespace