Class ToolbarItemImagePosition
Specifies the position of the image relative to the text in a toolbar item from the RadToolbar control.
Inheritance
System.Object
ToolbarItemImagePosition
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class ToolbarItemImagePosition : Enum
Fields
Bottom
The image should be displayed at the bottom of the text.
Declaration
public const ToolbarItemImagePosition Bottom
Field Value
ToolbarItemImagePosition
|
Left
The image should be displayed to the left of the text.
Declaration
public const ToolbarItemImagePosition Left
Field Value
ToolbarItemImagePosition
|
Right
The image should be displayed to the right of the text.
Declaration
public const ToolbarItemImagePosition Right
Field Value
ToolbarItemImagePosition
|
Top
The image should be displayed at the top of the text.
Declaration
public const ToolbarItemImagePosition Top
Field Value
ToolbarItemImagePosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|