Class HorizontalAlignment
Defines how the diagram elements have to be aligned with respect to its immediate parent
Stretch - Stretches the diagram element throughout its immediate parent
Left - Aligns the diagram element at the left of its immediate parent
Right - Aligns the diagram element at the right of its immediate parent
Center - Aligns the diagram element at the center of its immediate parent
Auto - Aligns the diagram element based on the characteristics of its immediate parent
Inheritance
System.Object
HorizontalAlignment
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class HorizontalAlignment : Enum
Fields
Auto
Declaration
public const HorizontalAlignment Auto
Field Value
Center
Declaration
public const HorizontalAlignment Center
Field Value
Left
Declaration
public const HorizontalAlignment Left
Field Value
Right
Declaration
public const HorizontalAlignment Right
Field Value
Stretch
Declaration
public const HorizontalAlignment Stretch
Field Value