Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public Size? GridSize { get; set; }

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