Enum IconPosition
Defines the icon position of button.
Namespace: Syncfusion.EJ2.Buttons
Assembly: Syncfusion.EJ2.dll
Syntax
public enum IconPosition
Fields
Name | Description |
---|---|
Bottom | Positions the Icon at the bottom of the text content in the Button. |
Left | Positions the Icon at the left of the text content in the Button. |
Right | Positions the Icon at the right of the text content in the Button. |
Top | Positions the Icon at the top of the text content in the Button. |