Back to Devexpress

DiagramOptionsBehavior.SnapToGrid Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionsbehavior-17b7de57.md

latest2.2 KB
Original Source

DiagramOptionsBehavior.SnapToGrid Property

Gets or sets whether a diagram item can snap to grid lines during item movement and resizing operations in the Diagram Designer.

Namespace : DevExpress.XtraDiagram.Options

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(true)]
public virtual bool SnapToGrid { get; set; }
vb
<DefaultValue(True)>
Public Overridable Property SnapToGrid As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if a diagram item can snap to grid lines; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to SnapToGrid
DiagramControl

.OptionsBehavior .SnapToGrid

|

See Also

ShowGrid

CanSnapToOtherItems

CanSnapToThisItem

SnapToItems

SnapToItemsDistance

DiagramOptionsBehavior Class

DiagramOptionsBehavior Members

DevExpress.XtraDiagram.Options Namespace