alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class AcceleratorAlignment

    To define the SuperAccelerator alignment

    Inheritance
    System.Object
    AcceleratorAlignment
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class AcceleratorAlignment : Enum

    Fields

    BottomCenter

    The SuperAccelerator appears on Bottom Center of the control

    Declaration
    public const AcceleratorAlignment BottomCenter
    Field Value
    Type
    AcceleratorAlignment

    BottomLeft

    The SuperAccelerator appears on Bottom Left of the control

    Declaration
    public const AcceleratorAlignment BottomLeft
    Field Value
    Type
    AcceleratorAlignment

    BottomRight

    The SuperAccelerator appears on Bottom Right of the control

    Declaration
    public const AcceleratorAlignment BottomRight
    Field Value
    Type
    AcceleratorAlignment

    Default

    The SuperAccelerator appears on left of the control. To Set default alignment.

    Declaration
    public const AcceleratorAlignment Default
    Field Value
    Type
    AcceleratorAlignment

    MiddleCenter

    The SuperAccelerator appears on Middle Center of the control

    Declaration
    public const AcceleratorAlignment MiddleCenter
    Field Value
    Type
    AcceleratorAlignment

    MiddleLeft

    The SuperAccelerator appears on Middle Left of the control

    Declaration
    public const AcceleratorAlignment MiddleLeft
    Field Value
    Type
    AcceleratorAlignment

    MiddleRight

    The SuperAccelerator appears on Middle Right of the control

    Declaration
    public const AcceleratorAlignment MiddleRight
    Field Value
    Type
    AcceleratorAlignment

    TopCenter

    The SuperAccelerator appears on Top Center of the control

    Declaration
    public const AcceleratorAlignment TopCenter
    Field Value
    Type
    AcceleratorAlignment

    TopLeft

    The SuperAccelerator appears on Top left of the control

    Declaration
    public const AcceleratorAlignment TopLeft
    Field Value
    Type
    AcceleratorAlignment

    TopRight

    The SuperAccelerator appears on Top Right of the control

    Declaration
    public const AcceleratorAlignment TopRight
    Field Value
    Type
    AcceleratorAlignment
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved