Enum TextLocation
Specifies whether and how the text is displayed at the code.
public enum TextLocation
Fields
Above = 1The text is located above the code.
AboveEmbedded = 3The text is located above within the code.
Below = 2The text is located below the code.
BelowEmbedded = 4The text is located below within the code.
None = 0No text is drawn.