Skip to main content
A newer version of this page is available. .

MapPushpin.TextBrush Property

Gets or sets a brush that is used to draw a text background for a map pushpin.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public Brush TextBrush { get; set; }

Property Value

Type Description
Brush

A Brush object that is a brush used to fill the pushpin’s text.

See Also