Enum AcceleratorAlignment
To define the SuperAccelerator alignment
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum AcceleratorAlignment
Fields
| Name | Description |
|---|---|
| BottomCenter | The SuperAccelerator appears on Bottom Center of the control |
| BottomLeft | The SuperAccelerator appears on Bottom Left of the control |
| BottomRight | The SuperAccelerator appears on Bottom Right of the control |
| Default | The SuperAccelerator appears on left of the control. To Set default alignment. |
| MiddleCenter | The SuperAccelerator appears on Middle Center of the control |
| MiddleLeft | The SuperAccelerator appears on Middle Left of the control |
| MiddleRight | The SuperAccelerator appears on Middle Right of the control |
| TopCenter | The SuperAccelerator appears on Top Center of the control |
| TopLeft | The SuperAccelerator appears on Top left of the control |
| TopRight | The SuperAccelerator appears on Top Right of the control |