Namespace: Spire.Spreadsheet.Forms.Utility
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)

Syntax

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

Property Value

ThemeColorType

See Also