DiagramGridSettings.Size Property
Specifies the grid’s pitch.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 Web Forms Controls | ASPxDiagram |
|
ASP.NET MVC Extensions | DiagramSettings |
|
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