Specifies the position of the drop-down indicator relative to the button content in a RadDropDownButton.
Definition
Namespace:Telerik.Maui.Controls.DropDownButton
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum DropDownButtonIndicatorPosition
Fields
The drop-down indicator is positioned below the button content.
C#
Bottom = 3
The drop-down indicator is positioned to the left of the button content.
C#
Left = 1
The drop-down indicator is positioned to the right of the button content.
C#
Right = 0
The drop-down indicator is positioned above the button content.
C#
Top = 2