Share via


ShadowText.Text Property

 

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