Enum
ToolbarItemImagePosition

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:

cs-api-definition
public enum ToolbarItemImagePosition

Fields

Bottom

The image should be displayed at the bottom of the text.

Declaration

cs-api-definition
Bottom = 3

Field Value

ToolbarItemImagePosition

Left

The image should be displayed to the left of the text.

Declaration

cs-api-definition
Left = 0

Field Value

ToolbarItemImagePosition

Right

The image should be displayed to the right of the text.

Declaration

cs-api-definition
Right = 2

Field Value

ToolbarItemImagePosition

Top

The image should be displayed at the top of the text.

Declaration

cs-api-definition
Top = 1

Field Value

ToolbarItemImagePosition

In this article
DefinitionFieldsBottomLeftRightTop
Not finding the help you need?
Contact Support