In This Article

TextViewVerticalAnchorPlacement Enum

Specifies how an anchor view line is placed when performing a view line layout.

public enum TextViewVerticalAnchorPlacement

Fields

Name Description
Bottom

The bottom of the anchor view line, including any bottom margin for intra-line adornments, should align to the bottom of the text area viewport.

Center

The center of the anchor view line, including any margins for intra-line adornments, should align to the center of the text area viewport.

TextBottom

The bottom of the anchor view line, excluding any bottom margin for intra-line adornments, should align to the bottom of the text area viewport.

TextCenter

The center of the anchor view line, excluding any margins for intra-line adornments, should align to the center of the text area viewport.

TextTop

The top of the anchor view line, excluding any top margin for intra-line adornments, should align to the top of the text area viewport.

Top

The top of the anchor view line, including any top margin for intra-line adornments, should align to the top of the text area viewport.