Enum AnchorType
Specifies whether and how the text is displayed at the code area.
public enum AnchorType
Fields
BottomCenter = 7The anchor is located bottom center.
BottomLeft = 6The anchor is located bottom left.
BottomRight = 8The anchor is located bottom right.
MiddleCenter = 4The anchor is located middle center.
MiddleLeft = 3The anchor is located middle left.
MiddleRight = 5The anchor is located middle right.
TopCenter = 1The anchor is located top center.
TopLeft = 0The anchor is located top left.
TopRight = 2The anchor is located top right.