Class ToolbarItemImagePosition
Specifies the position of the image relative to the text in a toolbar item
from the Rad
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
Left
The image should be displayed to the left of the text.
Declaration
public const ToolbarItemImagePosition Left
Field Value
Right
The image should be displayed to the right of the text.
Declaration
public const ToolbarItemImagePosition Right
Field Value
Top
The image should be displayed at the top of the text.
Declaration
public const ToolbarItemImagePosition Top
Field Value
value__
Declaration
public int value__
Field Value
System.
|