MapPointer.TextPadding Property
Gets or sets the padding for text shown for MapPointer class descendants.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.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