DXWindow.ActualResizeBorderThickness Property
Gets the actual thickness of the window frame that enables window resizing via a mouse.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Thickness | The actual thickness of the window frame that enables window resizing via a mouse. |
Remarks
The ActualResizeBorderThickness property returns the actual thickness of the window resizing frame. To define the thickness of this frame in Aero mode, use the DXWindow.ResizeBorderThicknessInAeroMode property. When Aero mode is not in effect, use the DXWindow.ResizeBorderThickness property. The ActualResizeBorderThickness property returns a value depending on the current Windows Theme.
See Also