Namespace: Spire.Presentation.Drawing
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

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

Property Value

SystemColorType

See Also