Returns or sets text color

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Color TextColor { get; set; }
Public Property TextColor As Color
	Get
	Set
public:
property Color TextColor {
	Color get ();
	void set (Color value);
}
member TextColor : Color with get, set

Property Value

Color

See Also