MapBackgroundColor Property |
Namespace:
Aspose.Gis.Rendering
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax public Color BackgroundColor { get; set; }
Public Property BackgroundColor As Color
Get
Set
public:
property Color BackgroundColor {
Color get ();
void set (Color value);
}
member BackgroundColor : Color with get, set
Property Value
Type:
ColorRemarks
If transparent background is not supported by the output format, background color is set to white.
See Also