Class IconPosition
Defines the icon position of button.
Inheritance
System.Object
    IconPosition
  Namespace: Syncfusion.EJ2.Buttons
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class IconPosition : Enum
  Fields
Bottom
Positions the Icon at the bottom of the text content in the Button.
Declaration
public const IconPosition Bottom
  Field Value
| Type | 
|---|
| IconPosition | 
Left
Positions the Icon at the left of the text content in the Button.
Declaration
public const IconPosition Left
  Field Value
| Type | 
|---|
| IconPosition | 
Right
Positions the Icon at the right of the text content in the Button.
Declaration
public const IconPosition Right
  Field Value
| Type | 
|---|
| IconPosition | 
Top
Positions the Icon at the top of the text content in the Button.
Declaration
public const IconPosition Top
  Field Value
| Type | 
|---|
| IconPosition |