Back to Devexpress

MapControl.Text Property

windowsforms-devexpress-dot-xtramap-dot-mapcontrol-7306a2d4.md

latest1.1 KB
Original Source

MapControl.Text Property

Gets or sets the text for a map control.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override string Text { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property Text As String

Property Value

TypeDescription
String

A string value that is the text for a map control.

|

See Also

MapControl Class

MapControl Members

DevExpress.XtraMap Namespace