alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Enum RadialDirection

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

    Namespace: Syncfusion.Blazor.Buttons
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum RadialDirection
    Remarks

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

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

    Fields

    Name Description
    AntiClockwise

    Items are positioned in an anti-clockwise direction.

    Auto

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

    Clockwise

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

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