Enum VerticalPosition
Specifies the Backstage items can be put either at the top or the bottom of the Backstage.
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public enum VerticalPosition
Fields
| Name | Description |
|---|---|
| Bottom | The item will be placed at bottom of the Backstage. |
| Top | The item will be placed at top of the Backstage. |