ButtonInfo.ActualContentPadding Property
Gets the actual padding (inner indents) for the current button’s content. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
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