menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ImageEditorToolbar - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ImageEditorToolbar

    Represents a toolbar within an image editor

    Inheritance
    System.Object
    ImageEditorToolbar
    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.

    OrientationProperty

    Identifies the Orientation dependency property.

    Declaration
    public static readonly BindableProperty OrientationProperty
    Field Value
    Type Description
    Microsoft.Maui.Controls.BindableProperty

    The identifier for Orientation 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

    Orientation

    Gets or sets the orientation of the toolbar.

    Declaration
    public ToolbarOrientation Orientation { 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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved