Share via


ShadowText.ForegroundBottom Property

 

Gets or sets the color of the shadow behind the text.

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

Syntax

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

Property Value

Type: System.Windows.Media.Brush

Returns Brush.

See Also

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

Return to top