MapPointer.TextPadding Property
In This Article
Gets or sets the padding for text shown for MapPointer class descendants.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Int32 | 6 | An integer value specifying the text padding. |
#Remarks
The text to be displayed is specified by the MapPointer.Text property.
See Also