ButtonInfoBase.ActualMargin Property
Gets the actual button margins. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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