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

DiagramItem.ActualPadding Property

Gets the actual padding for the diagram item. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v18.2.dll

Declaration

[Browsable(false)]
public Thickness ActualPadding { get; }

Property Value

Type Description
Thickness

A Thickness value that specifies the actual padding for the current item.

See Also