menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class SpeedDialRadialSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    SpeedDialRadialSettings
    Namespace: Syncfusion.EJ2.Buttons
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class SpeedDialRadialSettings : EJTagHelper

    Constructors

    SpeedDialRadialSettings()

    Declaration
    public SpeedDialRadialSettings()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    Direction

    Defines speed dial action items placement order. The possible values are Clockwise AntiClockwise Auto

    Declaration
    public RadialDirection Direction { get; set; }
    Property Value
    Type Description
    RadialDirection

    The default value is RadialDirection.Auto

    EndAngle

    Defines end angle of speed dial items placement. The accepted value range is 0 to 360. When a value is outside the accepted value range, then the provided value is ignored, and the angle is calculated based on the position.

    Declaration
    public int EndAngle { get; set; }
    Property Value
    Type Description
    System.Int32

    The default value is -1

    Offset

    Defines distance of speed dial items placement from the button of Speed Dial.

    Declaration
    public string Offset { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "100px"

    StartAngle

    Defines start angle of speed dial items placement. The accepted value range is 0 to 360. When a value is outside the accepted value range, then the provided value is ignored, and the angle is calculated based on the position.

    Declaration
    public int StartAngle { get; set; }
    Property Value
    Type Description
    System.Int32

    The default value is -1

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