menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StepperLabelPosition - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StepperLabelPosition

    Specifies the position of step labels in relation to the Stepper component.

    Inheritance
    System.Object
    StepperLabelPosition
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class StepperLabelPosition : Enum

    Fields

    Bottom

    Displays step labels on the bottom position regardless of the Stepper's orientation.

    Declaration
    public const StepperLabelPosition Bottom
    Field Value
    Type
    StepperLabelPosition

    End

    Displays step labels on the right side regardless of the Stepper's orientation.

    Declaration
    public const StepperLabelPosition End
    Field Value
    Type
    StepperLabelPosition

    Start

    Displays step labels on the left side regardless of the Stepper's orientation.

    Declaration
    public const StepperLabelPosition Start
    Field Value
    Type
    StepperLabelPosition

    Top

    Displays step labels on top position regardless of the Stepper's orientation.

    Declaration
    public const StepperLabelPosition Top
    Field Value
    Type
    StepperLabelPosition
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved