Specifies the position of the image relative to the text in a toolbar item from the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum ToolbarItemImagePosition
Fields
The image should be displayed at the bottom of the text.
C#
Bottom = 3
The image should be displayed to the left of the text.
C#
Left = 0
The image should be displayed to the right of the text.
C#
Right = 2
The image should be displayed at the top of the text.
C#
Top = 1