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.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null)]
public Thickness ActualContentPadding { get; }

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