Specifies the orientation of the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum ToolbarOrientation
Fields
The toolbar is oriented horizontally.
C#
Horizontal = 0
The toolbar is oriented vertically.
C#
Vertical = 1