Enum TickAlignment
Controls the alignment of ticks on the ruler.
Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.dll
Syntax
public enum TickAlignment
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
| Name | Description |
|---|---|
| LeftAndTop | Aligns ticks to the left for vertical ruler and top for horizontal ruler. |
| RightAndBottom | Aligns ticks to the right for vertical ruler and bottom for horizontal ruler. |