Back to Devexpress

DXWindow.ActualResizeBorderThickness Property

wpf-devexpress-dot-xpf-dot-core-dot-dxwindow-9b3a4480.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Thickness ActualResizeBorderThickness { get; }
vb
Public ReadOnly Property ActualResizeBorderThickness As Thickness

Property Value

TypeDescription
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

ResizeBorderThickness

ResizeBorderThicknessInAeroMode

DXWindow Class

DXWindow Members

DevExpress.Xpf.Core Namespace