Enum IconPosition
Specifies the layout position of an icon inside a SfButton.
Namespace: Syncfusion.Blazor.Buttons
Assembly: Syncfusion.Blazor.dll
Syntax
public enum IconPosition
Remarks
This enumeration determines where the icon is placed relative to the button content: left, right, above, or below.
Examples
<SfButton IconCss="e-icons e-search" IconPosition="IconPosition.Top" Content="Search" />
Fields
| Name | Description |
|---|---|
| Bottom | Positions the icon below the button content. |
| Left | Positions the icon to the left of the button content. |
| Right | Positions the icon to the right of the button content. |
| Top | Positions the icon above the button content. |