Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the text of the shadow text control on the map.
Namespace: Microsoft.Maps.MapControl.WPF.Overlays
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public string Text { get; set; }
public:
property String^ Text {
String^ get();
void set(String^ value);
}
member Text : string with get, set
Public Property Text As String
Property Value
Type: System.String
Returns String.
See Also
ShadowText Class
Microsoft.Maps.MapControl.WPF.Overlays Namespace
Return to top