Share via


HorizontalPositioningMode Enum

Definition

Enumeration of the possible ways that an inter-line adornment can be positioned horizontally on a line.

public enum HorizontalPositioningMode
type HorizontalPositioningMode = 
Public Enum HorizontalPositioningMode
Inheritance
HorizontalPositioningMode

Fields

Absolute 2

Adornment is positioned with respect to the left edge of the view.

TextRelative 0

Adornment is positioned with respect to the left edge of the character at the tag's position.

ViewRelative 1

Adornment is positioned with respect to the left edge of the viewport.

Applies to