OgcWmsLayer.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 map in the list of layers is drawn using the corresponding style in the same position in the list of styles.
This list of styles must either be empty or the same length as ExplicitLayers. It is, however, allowed to use the empty string for a style, meaning that the style is left unspecified.
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