Enum ImagePosition
Specifies the image position of the button
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public enum ImagePosition
Fields
| Name | Description |
|---|---|
| ImageBottom | Specifies to align text in top and image in bottom |
| ImageLeft | Specifies to align text in right and image in left |
| ImageRight | Specifies to align text in left and image in right |
| ImageTop | Specifies to align text in bottom and image in top |