Class VerticalAlignment
Defines how the diagram elements have to be aligned with respect to its immediate parent
Stretch - Stretches the diagram element throughout its immediate parent
Top - Aligns the diagram element at the top of its immediate parent
Bottom - Aligns the diagram element at the bottom 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
VerticalAlignment
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class VerticalAlignment : Enum
Fields
Auto
Declaration
public const VerticalAlignment Auto
Field Value
Bottom
Declaration
public const VerticalAlignment Bottom
Field Value
Center
Declaration
public const VerticalAlignment Center
Field Value
Stretch
Declaration
public const VerticalAlignment Stretch
Field Value
Top
Declaration
public const VerticalAlignment Top
Field Value