Table of Contents

Enum RulerOptions

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

Defines Edit ruler behavior. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Flags]
public enum RulerOptions

Fields

AllowDrag = 2

Allows dragging ruler indentations.

Discrete = 1

Specifies that ruler indents changes its position in discrete steps.

DisplayDragLine = 4

Specifies dotted line to be displayed while ruler indentation being dragged.

None = 0

Specifies that no flags are in effect.