Class Side
The side of the node that is going to be snapped with Gridline.
Inheritance
System.Object
Side
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class Side : Enum
Fields
Bottom
The node Bottom bound that is going to be snapped with Gridline.
Declaration
public const Side Bottom
Field Value
Type |
---|
Side |
Left
The node left bound that is going to be snapped with Gridline.
Declaration
public const Side Left
Field Value
Type |
---|
Side |
Right
The node Right bound that is going to be snapped with Gridline.
Declaration
public const Side Right
Field Value
Type |
---|
Side |
Top
The node Top bound that is going to be snapped with Gridline.
Declaration
public const Side Top
Field Value
Type |
---|
Side |