Click or drag to resize

MapObjectItem Property

Returns value which belongs to the key attribute.

Namespace:  Ptv.XServer.Controls.Map.TileProviders
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public string this[
	string key
] { get; }

Parameters

key
Type: SystemString
Key of the corresponding key/value pair.

Return Value

Type: String
Value of the corresponding key/value pair.
See Also