Gets or set the label associated with the vector.

Namespace:  C1.Phone.Maps
Assembly:  C1.Phone.Maps (in C1.Phone.Maps.dll)

Syntax

C#
public Object Label { get; set; }
Visual Basic
Public Property Label As Object
	Get
	Set

Remarks

Depending on LabelDisplay property it can be displayed as tooltip or always visible.

See Also