HorizontalPositioningMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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. |
Absolute | 2 | Adornment is positioned with respect to the left edge of the view. |