CFF2OutputDescribingColor Property |
The text color
Namespace:
Aspose.CAD.FileFormats.CFF2
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public DrColor Color { get; set; }
Public Property Color As DrColor
Get
Set
public:
property DrColor^ Color {
DrColor^ get ();
void set (DrColor^ value);
}
member Color : DrColor with get, set
Property Value
Type:
DrColorSee Also