Skip to main content

SimpleButtonActualAppearance.IconIndent Property

Gets the indent value that is applied to the SimpleButton‘s icon. To specify this value, use the IconIndent property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public double IconIndent { get; }

Property Value

Type Description
Double

The icon’s indent.

See Also