Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.