ColorFormat
SystemColor Property
|
Gets or sets the color identified by the system color table.
Read/write
SystemColor
.
Namespace:
Spire.Presentation.Drawing
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
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
Type:
SystemColorType
See Also