Skip to main content
A newer version of this page is available. .

DashboardDesignerLayoutSettings.ResizingAreaThickness Property

Gets or sets the thickness of the resizing area.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

public static int ResizingAreaThickness { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the thickness (in pixels) of the resizing area.

Remarks

You can resize individual items/groups of items by dragging their edges. In the area allowing you to resize items, the resizing indicator (the Dashboard_ResizingIndicator icon) is displayed.

Layout_ResizingItem

The ResizingAreaThickness property specifies the thickness of this area.

See Also