Class TickAlignment
Specifies the Tick Alignment for the ruler.
Inheritance
System.Object
TickAlignment
Namespace: Syncfusion.Blazor.Diagrams
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class TickAlignment : Enum
Examples
<SfDiagram Height="600px">
<DiagramRulerSettings ShowRulers = "true" >
<HorizontalRuler TickAlignment="TickAlignment.RightOrBottom"></HorizontalRuler>
</DiagramRulerSettings>
</SfDiagram>
Fields
LeftOrTop
Sets the TickAlignment to LeftOrTop.
Declaration
public const TickAlignment LeftOrTop
Field Value
Type | Description |
---|---|
TickAlignment |
RightOrBottom
Sets the TickAlignment to RightOrBottom.
Declaration
public const TickAlignment RightOrBottom
Field Value
Type | Description |
---|---|
TickAlignment |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |