CharacterFormat
TextBackgroundColor Property
|
Gets or sets text background color
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
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
Property Value
Type:
Color
See Also