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

ButtonInfoBase.ActualMargin Property

Gets the actual button margins. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public Thickness ActualMargin { get; }

Property Value

Type Description
Thickness

A Thickness value that is the actual button margins.

Remarks

The ActualMargin value is calculated based on values of the ButtonInfoBase.Margin and ButtonInfoBase.MarginCorrection properties.

See Also