LayerFactoryAvailableMapStyles Property |
All available map styles configured on the corresponding xMap2 server.
Namespace:
Ptv.XServer.Controls.Map.Layers.Xmap2
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public IEnumerable<string> AvailableMapStyles { get; }
Public ReadOnly Property AvailableMapStyles As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ AvailableMapStyles {
IEnumerable<String^>^ get ();
}
member AvailableMapStyles : IEnumerable<string> with get
Property Value
Type:
IEnumerableStringSee Also