Class TimelineAlign
Specifies the alignment of item content within the Timeline.
Inheritance
System.Object
TimelineAlign
Namespace: Syncfusion.EJ2.Layouts
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class TimelineAlign : Enum
Fields
After
Aligns item content to the bottom and opposite content to the top when the Timeline is in a horizontal orientation, or the content to the right and opposite content to the left when the Timeline is in a vertical orientation.
Declaration
public const TimelineAlign After
Field Value
Type |
---|
TimelineAlign |
Alternate
Aligns item content alternatively, regardless of the Timeline's orientation.
Declaration
public const TimelineAlign Alternate
Field Value
Type |
---|
TimelineAlign |
AlternateReverse
Aligns item content in alternate reverse, regardless of the Timeline's orientation.
Declaration
public const TimelineAlign AlternateReverse
Field Value
Type |
---|
TimelineAlign |
Before
Aligns item content to the top and opposite content to the bottom when the Timeline is in a horizontal orientation, or the content to the left and opposite content to the right when the Timeline is in a vertical orientation.
Declaration
public const TimelineAlign Before
Field Value
Type |
---|
TimelineAlign |