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

MapOverlayTextItem.TextStyle Property

Gets or sets the style of text displayed by the overlay text item.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public TextElementStyle TextStyle { get; }

Property Value

Type Description
TextElementStyle

A TextElementStyle object.

See Also