Class TickAlignment
Specifies the tick lines alignment of Rulers.
Inheritance
System.Object
TickAlignment
Namespace: Syncfusion.UI.Xaml.Diagram.Controls
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class TickAlignment : Enum
Fields
LeftOrTop
Specifies that tick lines of ruler are aligned to left or top side.
Declaration
public const TickAlignment LeftOrTop
Field Value
Type |
---|
TickAlignment |
RightOrBottom
Specifies that tick lines of ruler are aligned to right or bottom side.
Declaration
public const TickAlignment RightOrBottom
Field Value
Type |
---|
TickAlignment |