Class VerticalPosition
Specifies the Backstage items can be put either at the top or the bottom of the Backstage.
Inheritance
System.Object
VerticalPosition
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class VerticalPosition : Enum
Fields
Bottom
The item will be placed at bottom of the Backstage.
Declaration
public const VerticalPosition Bottom
Field Value
Type |
---|
VerticalPosition |
Top
The item will be placed at top of the Backstage.
Declaration
public const VerticalPosition Top
Field Value
Type |
---|
VerticalPosition |