Class Position
Defines the Position. They are
top - Align the element to the top.
middle - Align the element to the center.
bottom - Align the element to the bottom.
Inheritance
System.Object
Position
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class Position : Enum
Fields
Bottom
Declaration
public const Position Bottom
Field Value
Middle
Declaration
public const Position Middle
Field Value
Top
Declaration
public const Position Top
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|