DiagramControl.GridSize Property
Gets or sets the size of a grid’s cell. This is a dependency property.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
Property Value
Type | Description |
---|---|
Nullable<Size> | The size of a grid’s cell. |
Remarks
The grid is visible if the DiagramControl.ShowGrid property is set to true.
If the GridSize property is set to null, the grid size is automatically calculated based on the current zoom level (the value of the DiagramControl.ZoomFactor property).
See Also