Click or drag to resize

PushPinIcon Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets or sets the Icon number. See IconCache for details.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public int Icon { get; set; }

Property Value

Type: Int32
Examples
C#
PushPin aYellowPin = new PushPin(new LatLon(34, -118));
// Sets the icon as a yellow pin
aYellowPin.Icon = 10;
See Also