ColorFormat
KnownColor Property
|
Gets or sets the color preset.
Read/write
KnownColor
.
Namespace:
Spire.Presentation.Drawing
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public KnownColors KnownColor { get; set; }
Public Property KnownColor As KnownColors
Get
Set
public:
property KnownColors KnownColor {
KnownColors get ();
void set (KnownColors value);
}
member KnownColor : KnownColors with get, set
Property Value
Type:
KnownColors
See Also