WindowChrome.ResizeBorderThickness Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates the width of the border that is used to resize a window.
public:
property System::Windows::Thickness ResizeBorderThickness { System::Windows::Thickness get(); void set(System::Windows::Thickness value); };
public System.Windows.Thickness ResizeBorderThickness { get; set; }
member this.ResizeBorderThickness : System.Windows.Thickness with get, set
Public Property ResizeBorderThickness As Thickness
Property Value
The width of the border that is used to resize a window.
Remarks
Set the ResizeBorderThickness property to specify the width of the area where a user can click-and-drag to resize a window. The mouse pointer changes to resize arrows when it is moved over the resize border.
This property can be set to any non-negative double value. The values can be non-uniform. By default, the resize border will use system values to emulate the behavior of a standard window.
This area is only used to define the region that is used to resize the window; it does not have any visual elements associated with it. However, it does affect the layout of elements inside the resize border.
Dependency Property Information
Identifier field | ResizeBorderThicknessProperty |
Metadata properties set to true |
None |