Skip to main content

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

public Thickness ActualContentPadding { get; protected set; }

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