Back to Devexpress

MapCustomElement.Padding Property

windowsforms-devexpress-dot-xtramap-dot-mapcustomelement-9fb47f89.md

latest1.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public Padding Padding { get; set; }
vb
Public Property Padding As Padding

Property Value

TypeDescription
Padding

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

|

See Also

MapCustomElement Class

MapCustomElement Members

DevExpress.XtraMap Namespace