Skip to main content

DiagramGridSettings.Size Property

Specifies the grid’s pitch.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(decimal), "0")]
public decimal Size { get; set; }

Property Value

Type Default Description
Decimal "0"

The grid’s pitch.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Size
ASP.NET MVC Extensions DiagramSettings
.SettingsGrid .Size
ASP.NET Web Forms Controls ASPxDiagram
.SettingsGrid .Size

Remarks

When the Visible property is set to true, the ASPxDiagram control displays grid lines that help users align diagram elements. Use the Size property to specify the grid’s pitch.

The Units property specifies the measurement unit.

See Also