Back to Devexpress

DiagramItem.ActualPadding Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramitem-4d7c7bea.md

latest1.3 KB
Original Source

DiagramItem.ActualPadding Property

Gets the actual padding for the diagram item.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Padding ActualPadding { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property ActualPadding As Padding

Property Value

TypeDescription
Padding

A Padding value that represents the margin between the item’s borders and its contents.

|

See Also

DiagramItem Class

DiagramItem Members

DevExpress.XtraDiagram Namespace