Back to Devexpress

DashboardDesignerLayoutSettings.ResizingAreaThickness Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesignerlayoutsettings-a4fb1e0f.md

latest1.6 KB
Original Source

DashboardDesignerLayoutSettings.ResizingAreaThickness Property

Gets or sets the thickness of the resizing area.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public static int ResizingAreaThickness { get; set; }
vb
Public Shared Property ResizingAreaThickness As Integer

Property Value

TypeDescription
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 icon) is displayed.

The ResizingAreaThickness property specifies the thickness of this area.

See Also

DashboardDesignerLayoutSettings Class

DashboardDesignerLayoutSettings Members

DevExpress.DashboardWin Namespace