Determines possible positions in a 2D environment.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public enum DropDownButtonPosition
Fields
Position is beneath the content.
C#
Bottom = 1
Position is at left side.
C#
Left = 2
Position is at right side.
C#
Right = 0
Position is above the content.
C#
Top = 3