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

MapPushpinSettings.TextBrush Property

Gets or sets the brush used by map pushpins automatically generated using these settings to draw the text.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v21.1.dll

NuGet Package: 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 pushpins’ text.

See Also