Class TickAlignment
Controls the alignment of ticks on the ruler.
Inheritance
System.Object
TickAlignment
Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class TickAlignment : Enum
Remarks
This enumeration specifies how ticks are aligned on the ruler, either left/top or right/bottom, depending on the orientation of the ruler (horizontal or vertical).
Fields
LeftAndTop
Aligns ticks to the left for vertical ruler and top for horizontal ruler.
Declaration
public const TickAlignment LeftAndTop
Field Value
Type |
---|
TickAlignment |
RightAndBottom
Aligns ticks to the right for vertical ruler and bottom for horizontal ruler.
Declaration
public const TickAlignment RightAndBottom
Field Value
Type |
---|
TickAlignment |