Gets or sets the style of textalignment
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 TextAlignment TextAlignment { get; set; }
Public Property TextAlignment As TextAlignment Get Set
public: property TextAlignment TextAlignment { TextAlignment get (); void set (TextAlignment value); }
member TextAlignment : TextAlignment with get, set