| 
SDTProperties
Color Property
  | 
 Gets or Sets the BaseColor of a structured document tag. 
The Property is only available in Docx_2013 or above.
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public Color Color { get; set; }
 
Public Property Color As Color
	Get
	Set
 
public:
property Color Color {
	Color get ();
	void set (Color value);
}
 
member Color : Color with get, set
 
 
 
Property Value
 
 Type:
 
Color
 
 
 See Also
See Also