menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class IconPosition - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved