var pin = new Pin
{
Type = PinType.Place,
Position = new Position(currentlat, currentlong),
Label = "My Current Location ",
Address = "My Current Location "
};
map.Pins.Add(pin);
Here when i click on pin i can see the label address. But i want to see label on pin without Clicking on it..