Class ToolbarPosition
Specifies the position of a toolbar, either at the start or the end.
Inheritance
System.Object
ToolbarPosition
Namespace: Syncfusion.Maui.ImageEditor
Assembly: Syncfusion.Maui.ImageEditor.dll
Syntax
public sealed class ToolbarPosition : Enum
Fields
End
Indicates that the toolbar will be positioned to the right or bottom of the image.
Declaration
public const ToolbarPosition End
Field Value
Type |
---|
ToolbarPosition |
See Also
Start
Indicates that the toolbar will be positioned to the left or top of the image.
Declaration
public const ToolbarPosition Start
Field Value
Type |
---|
ToolbarPosition |