| 
CharacterFormat
UnderlineColor Property
  | 
 Returns or sets underline 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 UnderlineColor { get; set; }
 
Public Property UnderlineColor As Color
	Get
	Set
 
public:
property Color UnderlineColor {
	Color get ();
	void set (Color value);
}
 
member UnderlineColor : Color with get, set
 
 
 
Property Value
 
 Type:
 
Color
 
 
 See Also
See Also