Class ToolbarRelativePosition
Defines how oolTip and more items displayed.
Inheritance
System.Object
ToolbarRelativePosition
Namespace: Syncfusion.Maui.Toolbar
Assembly: Syncfusion.Maui.Toolbar.dll
Syntax
public sealed class ToolbarRelativePosition : Enum
Fields
Auto
Aligns tooltip and more items based on orientation.
Declaration
public const ToolbarRelativePosition Auto
Field Value
Type |
---|
ToolbarRelativePosition |
Bottom
Aligns tooltip and more items to bottom of the icon.
Declaration
public const ToolbarRelativePosition Bottom
Field Value
Type |
---|
ToolbarRelativePosition |
Left
Aligns tooltip and more items to left of the icon.
Declaration
public const ToolbarRelativePosition Left
Field Value
Type |
---|
ToolbarRelativePosition |
Right
Aligns tooltip and more items to right of the icon.
Declaration
public const ToolbarRelativePosition Right
Field Value
Type |
---|
ToolbarRelativePosition |
Top
Aligns tooltip and more items to top of the icon.
Declaration
public const ToolbarRelativePosition Top
Field Value
Type |
---|
ToolbarRelativePosition |