ButtonInfo.ActualImagePadding Property
In This Article
Gets the actual padding (inner indents) for the current button’s image. This is a dependency property.
Namespace: DevExpress.WinUI.Editors
Assembly: DevExpress.WinUI.Editors.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Thickness | A Thickness value that specifies the actual image padding. |
#Remarks
To specify a padding for the button’s image, use the ButtonInfo.ImagePadding property.
See Also