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