SystemParameters2.WindowNonClientFrameThickness Property

Gets the size of the non-client area of the window.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

SystemParameters2 Class

Microsoft.Windows.Shell Namespace