Table of Contents

Enum RulerUnits

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Defines units for the ruler.

public enum RulerUnits

Fields

Characters = 3

Specifies that ruler marks are measured in characters.

Inches = 1

Specifies that ruler marks are measured in inches.

Milimeters = 0

Specifies that ruler marks are measured in millimeters.

Pixels = 2

Specifies that ruler marks are measured in pixels.