menu

Blazor

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

    Show / Hide Table of Contents

    Class RadialDirection

    Specifies the arrangement/order of speed dial action items (SpeedDialItems) when the Mode is Radial.

    Inheritance
    System.Object
    RadialDirection
    Namespace: Syncfusion.Blazor.Buttons
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class RadialDirection : Enum
    Remarks

    Determines whether items are arranged in a clockwise, anti-clockwise, or adaptive order.

    Examples
    <SfSpeedDial Mode="SpeedDialMode.Radial" RadialDirection="RadialDirection.Clockwise" />

    Fields

    AntiClockwise

    Items are positioned in an anti-clockwise direction.

    Declaration
    public const RadialDirection AntiClockwise
    Field Value
    Type Description
    RadialDirection

    AntiClockwise arranges items anti-clockwise.

    Remarks

    Arranges items in a leftward (counterclockwise) order around the button.

    Examples
    <SfSpeedDial RadialDirection="RadialDirection.AntiClockwise" />

    Auto

    Items are positioned either clockwise or anti-clockwise depending upon Position.

    Declaration
    public const RadialDirection Auto
    Field Value
    Type Description
    RadialDirection

    Auto adapts the sequence automatically.

    Remarks

    The auto direction attempts to pick the most visible, ergonomic order.

    Examples
    <SfSpeedDial RadialDirection="RadialDirection.Auto" />

    Clockwise

    Items are positioned in a clockwise direction from the primary speed dial button.

    Declaration
    public const RadialDirection Clockwise
    Field Value
    Type Description
    RadialDirection

    Clockwise arranges items clockwise.

    Remarks

    Follows a traditional circular motion in a rightward (clockwise) sequence.

    Examples
    <SfSpeedDial RadialDirection="RadialDirection.Clockwise" />
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved