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