Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
- 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.