Table of Contents

Enum RulerOptions

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

Defines Edit ruler behaviour. 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.