Share via


ShadowText.ForegroundTop Property

 

Gets or sets the color of the text.

Namespace:   Microsoft.Maps.MapControl.WPF.Overlays
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Syntax

public Brush ForegroundTop { get; set; }
public:
property Brush^ ForegroundTop {
    Brush^ get();
    void set(Brush^ value);
}
member ForegroundTop : Brush with get, set
Public Property ForegroundTop As Brush

Property Value

Type: System.Windows.Media.Brush

Returns Brush.

See Also

ShadowText Class
Microsoft.Maps.MapControl.WPF.Overlays Namespace

Return to top