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

MapPointer.TextPadding Property

Gets or sets the padding for text shown for MapPointer class descendants.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

[DefaultValue(6)]
public int TextPadding { get; set; }

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