Get/set line 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 LineColor { get; set; }
Public Property LineColor As Color Get Set
public: property Color LineColor { Color get (); void set (Color value); }
member LineColor : Color with get, set