Skip to main content

ButtonInfo.ActualImagePadding Property

Gets the actual padding (inner indents) for the current button’s image. 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 ActualImagePadding { get; protected set; }

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