OgcWmtsLayer.ExplicitStyles Property
Gets the list of named styles for the layers in the map image
Syntax
public StringCollection ExplicitStyles { get; }
Property Value
Default: Empty collection.
A list of style names to apply to the layers specified by the ExplicitLayers property.
Remarks
There is a one-to-one correspondence between the values in the ExplicitLayers property and the values in this list. Each layer is drawn using the corresponding style in the same position in the list of styles. If a style not is specified, or if this list is empty, the maps will be generated using the default style.
Platforms
Windows, Linux, Android