Enum Side
The side of the node that is going to be snapped with Gridline.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public enum Side
Fields
| Name | Description |
|---|---|
| Bottom | The node Bottom bound that is going to be snapped with Gridline. |
| Left | The node left bound that is going to be snapped with Gridline. |
| Right | The node Right bound that is going to be snapped with Gridline. |
| Top | The node Top bound that is going to be snapped with Gridline. |