Map.BackgroundColor

Map.BackgroundColor property

Background color of the map. Defaults to Transparent.

public Color BackgroundColor { get; set; }

Remarks

If transparent background is not supported by the output format, background color is set to white.

See Also