OgcApiTilesLayer.Format Property
Gets or sets the graphics format of the map image generated by the OGC API service.
Syntax
public OgcImageFormat Format { get; set; }
Property Value
Remarks
If the format is set to Auto then the OgcApiTilesLayer will select an appropriate image format supported by the server.
This property cannot be modified after the OgcApiTilesLayer has been initialized (which occurs either automatically when the layer is being updated, when certain members are accessed or if Initialize is called explicitly).
Platforms
Windows, Linux, Android