DiagramGridSettings.SnapToGrid Property
Specifies whether diagram elements should snap to grid lines.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v20.2.dll
Declaration
[DefaultValue(true)]
public bool SnapToGrid { get; set; }
<DefaultValue(True)>
Public Property SnapToGrid As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true to snap elements to grid lines; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to SnapToGrid |
---|---|---|
ASP.NET Controls and MVC Extensions | ASPxDiagram |
|
ASP.NET MVC Extensions | DiagramSettings |
|
MVCxDiagram |
|
Remarks
Use the SnapToGrid property to programmatically specify whether diagram elements should snap to grid lines.
Users can enable/disable this functionality via the UI.
See Also
Feedback