alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    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.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved