Skip to main content

SimpleButton.IconHorizontalPosition Property

Gets or sets a button icon’s horizontal position relative to button captions. This is a bindable property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public IconHorizontalPosition IconHorizontalPosition { get; set; }

Property Value

Type Default Description
IconHorizontalPosition Left

An icon position.

Available values:

Name Description
Left

A button’s icon is aligned to the left of the button’s caption.

Right

A button’s icon is aligned to the right of the button’s caption.

See Also