SimpleButton.IconHorizontalPosition Property
Specifies a button’s icon horizontal position relative to button captions.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public IconHorizontalPosition IconHorizontalPosition { get; set; }
Property Value
| Type | Description |
|---|---|
| IconHorizontalPosition | A value that specifies an icon position, left or right of the text. |
Available values:
| Name |
|---|
| Left |
| Right |
See Also