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 = 3Ruler is on the bottom side.
Left = 0Ruler is on the left side.
Right = 2Ruler is on the right side.
Top = 1Ruler is on the right side.