Gets or sets text background color
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 Color TextBackgroundColor { get; set; }
Public Property TextBackgroundColor As Color Get Set
public: property Color TextBackgroundColor { Color get (); void set (Color value); }
member TextBackgroundColor : Color with get, set