DiagramGridSettings.Size Property
Specifies the grid's pitch.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v20.2.dll
Declaration
[DefaultValue(typeof(decimal), "0")]
public decimal Size { get; set; }
<DefaultValue(GetType(Decimal), "0")>
Public Property Size As Decimal
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 |
|
MVCxDiagram |
|
|
ASP.NET Web Forms Controls | ASPxDiagram |
|
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
Feedback