MapBackgroundColor Property

Background color of the map. Defaults to Transparent.

Namespace:  Aspose.Gis.Rendering
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public Color BackgroundColor { get; set; }

Property Value

Type: Color
Remarks
If transparent background is not supported by the output format, background color is set to white.
See Also