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

MapCustomElement.Padding Property

Specifies the internal space between the map custom element’s content and its edge, in pixels.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public Padding Padding { get; set; }

Property Value

Type Description
Padding

A DevExpress.XtraLayout.Utils.Padding object that contains inner indents between the custom element’s borders and its content.

See Also