Class DropDirection
Represents the DropDirection Enumeration.
Inheritance
System.Object
DropDirection
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public sealed class DropDirection : Enum
Fields
BottomLeft
Drop down is opened below and to left side of the owner.
Declaration
public const DropDirection BottomLeft
Field Value
Type |
---|
DropDirection |
BottomRight
Drop down is opened below and to right side of the owner.
Declaration
public const DropDirection BottomRight
Field Value
Type |
---|
DropDirection |
Left
Drop down is opened to left side of the owner.
Declaration
public const DropDirection Left
Field Value
Type |
---|
DropDirection |
Right
Drop down is opened to right side of the owner.
Declaration
public const DropDirection Right
Field Value
Type |
---|
DropDirection |
TopLeft
Drop down is opened above and to left side of the owner.
Declaration
public const DropDirection TopLeft
Field Value
Type |
---|
DropDirection |
TopRight
Drop down is opened above and to right side of the owner.
Declaration
public const DropDirection TopRight
Field Value
Type |
---|
DropDirection |