Gets or sets the vertical anchoring of text. Default is top.
Namespace: Spire.Doc.FormattingAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public ShapeVerticalAlignment TextAnchor { get; set; }
Public Property TextAnchor As ShapeVerticalAlignment Get Set
public: property ShapeVerticalAlignment TextAnchor { ShapeVerticalAlignment get (); void set (ShapeVerticalAlignment value); }
member TextAnchor : ShapeVerticalAlignment with get, set