XMapTiledProviderCustomCallerContextProperties Property |
Customized caller constext properties.
Namespace:
Ptv.XServer.Controls.Map.TileProviders
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public IEnumerable<CallerContextProperty> CustomCallerContextProperties { get; set; }
Public Property CustomCallerContextProperties As IEnumerable(Of CallerContextProperty)
Get
Set
public:
property IEnumerable<CallerContextProperty^>^ CustomCallerContextProperties {
IEnumerable<CallerContextProperty^>^ get ();
void set (IEnumerable<CallerContextProperty^>^ value);
}
member CustomCallerContextProperties : IEnumerable<CallerContextProperty> with get, set
Property Value
Type:
IEnumerableCallerContextPropertySee Also