| 
TextBoxFormat
TextAnchor Property
  | 
 Gets or sets the vertical anchoring of text. Default is top.
 Namespace:
 Spire.Doc.Formatting
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
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
 
 
 
Property Value
 
 Type:
 
ShapeVerticalAlignment
 
 
 See Also
See Also