VectorRasterizationOptionsDrawColor Property |
Gets or sets a foreground color.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic Color DrawColor { get; set; }
Public Property DrawColor As Color
Get
Set
public:
property Color DrawColor {
Color get ();
void set (Color value);
}
member DrawColor : Color with get, set
Property Value
Type:
Color
See Also