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