menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class LinearDirection

    Defines the speed dial action items display direction when mode is Linear.

    Inheritance
    System.Object
    LinearDirection
    Namespace: Syncfusion.EJ2.Buttons
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class LinearDirection : Enum

    Fields

    Auto

    Speed dial action items are displayed vertically above or below the button of Speed Dial based on the position. If Position is TopRight, TopLeft, TopCenter, the items are displayed vertically below the button else above the button.

    Declaration
    public const LinearDirection Auto
    Field Value
    Type
    LinearDirection

    Down

    Speed dial action items are displayed vertically below the button of Speed Dial.

    Declaration
    public const LinearDirection Down
    Field Value
    Type
    LinearDirection

    Left

    Speed dial action items are displayed horizontally on the button's left side.

    Declaration
    public const LinearDirection Left
    Field Value
    Type
    LinearDirection

    Right

    Speed dial action items are displayed horizontally on the button's right side.

    Declaration
    public const LinearDirection Right
    Field Value
    Type
    LinearDirection

    Up

    Speed dial action items are displayed vertically above the button of Speed Dial.

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