Enum RulerPosition
- Namespace
- Loehnert.Controls.PositionManagers
- Assembly
- Loehnert.Controls.dll
Defines the different ruler positions that a ruler can have.
public enum RulerPosition
Fields
Bottom = 3
Ruler is on the bottom side.
Left = 0
Ruler is on the left side.
Right = 2
Ruler is on the right side.
Top = 1
Ruler is on the right side.