Map: The Opacity of the provider is not respected by any new map sources added at runtime
The Opacity of the provider is not respected by any new map sources added at runtime
To work this around you can set the Opacity of the source manually.
provider.MapSources.Add(new CustomTiledSource() { Opacity = 0.5 });