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