Class ImageEditorToolbar
Represents a toolbar within an image editor
Inheritance
Namespace: Syncfusion.Maui.ImageEditor
Assembly: Syncfusion.Maui.ImageEditor.dll
Syntax
public class ImageEditorToolbar : BindableObject
Constructors
ImageEditorToolbar()
Declaration
public ImageEditorToolbar()
Fields
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. |
OrientaionProperty
Identifies the Orientaion dependency property.
Declaration
public static readonly BindableProperty OrientaionProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for Orientaion dependency property. |
PositionProperty
Identifies the Position dependency property.
Declaration
public static readonly BindableProperty PositionProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for Position dependency property. |
SizeProperty
Identifies the Size dependency property.
Declaration
public static readonly BindableProperty SizeProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for Size dependency property. |
ToolbarItemsProperty
Identifies the ToolbarItems dependency property.
Declaration
public static readonly BindableProperty ToolbarItemsProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for ToolbarItems dependency property. |
Properties
IsVisible
Gets or sets a value indicating whether the toolbar is visible or not.
Declaration
public bool IsVisible { get; set; }
Property Value
Type |
---|
System.Boolean |
Orientaion
Gets or sets the orientation of the toolbar.
Declaration
public ToolbarOrientation Orientaion { get; set; }
Property Value
Type |
---|
ToolbarOrientation |
Position
Gets or sets the position of the toolbar within the editor.
Declaration
public ToolbarPosition Position { get; set; }
Property Value
Type |
---|
ToolbarPosition |
Size
Gets or sets the size of the toolbar.
Declaration
public double Size { get; set; }
Property Value
Type |
---|
System.Double |
Remarks
The size will be considered as width for Horizontal and height for Vertical.
ToolbarItems
Gets or sets the list of toolbar items associated with the toolbar.
Declaration
public List<IImageEditorToolbarItem> ToolbarItems { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<IImageEditorToolbarItem> |
Methods
OnBindingContextChanged()
Declaration
protected override void OnBindingContextChanged()