Class ToolbarGroupItemAlignment
Specifies the alignment of a toolbar group item within its container.
Inheritance
System.Object
ToolbarGroupItemAlignment
Namespace: Syncfusion.Maui.ImageEditor
Assembly: Syncfusion.Maui.ImageEditor.dll
Syntax
public sealed class ToolbarGroupItemAlignment : Enum
Fields
Center
Represents the center alignment of a toolbar group item.
Declaration
public const ToolbarGroupItemAlignment Center
Field Value
Type |
---|
ToolbarGroupItemAlignment |
End
Represents the end alignment of a toolbar group item.
Declaration
public const ToolbarGroupItemAlignment End
Field Value
Type |
---|
ToolbarGroupItemAlignment |
Start
Represents the start alignment of a toolbar group item.
Declaration
public const ToolbarGroupItemAlignment Start
Field Value
Type |
---|
ToolbarGroupItemAlignment |