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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Diagram, DevExpress.Wpf.Diagram

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