This question is locked. New answers and comments are not allowed.
var reader = new MapShapeReader(); reader.Source = new Uri(string.Format(RelativeUriFormat, ShapeExtension), UriKind.Relative); reader.DataSource = new Uri(string.Format(RelativeUriFormat, DbfExtension), UriKind.Relative); reader.ToolTipFormat = "Name"; return reader;I am reading a standard shape file with the MapShapeReader control onto the telerik Map with the Bing Provider. I can readily set the the tool tip for the different shapes that get read by setting it with the property name. Is there a way to readily turn on the label for said read shapes instead of just a tool tip?