Back to Devexpress

MapPushpinSettings.TextBrush Property

wpf-devexpress-dot-xpf-dot-map-dot-mappushpinsettings-c1d7a223.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public Brush TextBrush { get; set; }
vb
Public Property TextBrush As Brush

Property Value

TypeDescription
Brush

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to TextBrush
MapPushpinSettings

.Default .TextBrush

|

See Also

MapPushpinSettings Class

MapPushpinSettings Members

DevExpress.Xpf.Map Namespace