ButtonInfo.ActualContentPadding Property
In This Article
Gets the actual padding (inner indents) for the current button’s content. 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 content padding. |
#Remarks
To specify a padding for the button’s content, use the ButtonInfo.ContentPadding property.
See Also