Skip to main content

DXWindow.ResizeBorderThicknessInAeroMode Property

Gets or sets the thickness of the window frame that enables window resizing via a mouse. Handled in aero mode.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public Thickness ResizeBorderThicknessInAeroMode { get; set; }

Property Value

Type Description
Thickness

The thickness of the window frame that enables window resizing via a mouse.

Remarks

When you hover the mouse pointer over the window border, the pointer changes its shape to indicate that window resizing is possible. The thickness of the area where the resizing is possible may be defined by the ResizeBorderThicknessInAeroMode property. This property is in effect in aero mode. In other modes, use the DXWindow.ResizeBorderThickness property.

See Also