Class ImageEditorToolbarGroupItem
Represents a group of toolbar items within an image editor.
Inheritance
Implements
Namespace: Syncfusion.Maui.ImageEditor
Assembly: Syncfusion.Maui.ImageEditor.dll
Syntax
public class ImageEditorToolbarGroupItem : BindableObject, IImageEditorToolbarItem
Constructors
ImageEditorToolbarGroupItem()
Declaration
public ImageEditorToolbarGroupItem()
Fields
AlignmentProperty
Identifies the Alignment dependency property.
Declaration
public static readonly BindableProperty AlignmentProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for Alignment dependency property. |
IsEnabledProperty
Identifies the IsEnabled dependency property.
Declaration
public static readonly BindableProperty IsEnabledProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for IsEnabled dependency property. |
IsVisibleProperty
Identifies the IsVisible dependency property.
Declaration
public static readonly BindableProperty IsVisibleProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for IsVisible dependency property. |
ItemsProperty
Identifies the Items dependency property.
Declaration
public static readonly BindableProperty ItemsProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for Items dependency property. |
NameProperty
Identifies the Name dependency property.
Declaration
public static readonly BindableProperty NameProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for Name dependency property. |
Properties
Alignment
Gets or sets the alignment of the toolbar group.
Declaration
public ToolbarGroupItemAlignment Alignment { get; set; }
Property Value
Type |
---|
ToolbarGroupItemAlignment |
IsEnabled
Gets or sets a value indicating whether the toolbar group is enabled or not.
Declaration
public bool IsEnabled { get; set; }
Property Value
Type |
---|
System.Boolean |
IsVisible
Gets or sets a value indicating whether the toolbar group is visible or not.
Declaration
public bool IsVisible { get; set; }
Property Value
Type |
---|
System.Boolean |
Items
Gets or sets the list of toolbar items within the group.
Declaration
public List<ImageEditorToolbarItem> Items { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<ImageEditorToolbarItem> |
Name
Gets or sets the name of the toolbar group item.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
Methods
OnBindingContextChanged()
Declaration
protected override void OnBindingContextChanged()