Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToolbarSettings - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ToolbarSettings

    Inheritance
    System.Object
    ToolbarSettings
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.SfImageEditor.iOS
    Assembly: Syncfusion.SfImageEditor.iOS.dll
    Syntax
    public class ToolbarSettings : Object, INotifyPropertyChanged

    Constructors

    ToolbarSettings(SfImageEditor)

    Initializes a new instance of theToolbarSettings class.

    Declaration
    public ToolbarSettings(SfImageEditor editor)
    Parameters
    Type Name Description
    SfImageEditor editor

    Properties

    BackButton

    Gets/Sets back button

    Declaration
    public ToolbarItem BackButton { get; set; }
    Property Value
    Type Description
    ToolbarItem

    BackgroundColor

    Gets/Sets Backgroung color to the toolbar

    Declaration
    public UIColor BackgroundColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    BorderColor

    Gets or sets the border color to the toolbar. This property is used to customize the toolbar border color.

    Declaration
    public UIColor BorderColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    ColorPaletteCircleSize

    Gets or sets the color palette size. This property is used to customize the size of color palette while editing the text, path, shape using toolbar items.

    Declaration
    public double ColorPaletteCircleSize { get; set; }
    Property Value
    Type Description
    System.Double

    ColorPaletteItemSize

    Gets or sets the color palette size. This property is used to customize the size of color palette while editing the text, path, shape using toolbar items.

    Declaration
    public double ColorPaletteItemSize { get; set; }
    Property Value
    Type Description
    System.Double

    FooterToolbarHeight

    Gets/Sets height of footer toolbar

    Declaration
    public double FooterToolbarHeight { get; set; }
    Property Value
    Type Description
    System.Double

    HeaderToolbarHeight

    Gets/Sets height of header toolbar

    Declaration
    public double HeaderToolbarHeight { get; set; }
    Property Value
    Type Description
    System.Double

    IsDeleteButtonVisible

    Gets or sets the visibility of delete button visibility of selected shape.

    Declaration
    public bool IsDeleteButtonVisible { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsVisible

    Gets/Sets the visibility of toolbar

    Declaration
    public bool IsVisible { get; set; }
    Property Value
    Type Description
    System.Boolean

    SubItemToolbarHeight

    Gets/Sets height of sub item toolbar

    Declaration
    public double SubItemToolbarHeight { get; set; }
    Property Value
    Type Description
    System.Double

    TextColor

    Gets/Sets Text color to the toolbar

    Declaration
    public UIColor TextColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    ToolbarItems

    Gets/Sets toolbar items value

    Declaration
    public ObservableCollection<ToolbarItem> ToolbarItems { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<ToolbarItem>

    VisibleShapesItems

    Gets or sets the flagged enum visible shapes items in shape sub items such as rectangle, circle, arrow ,line, dotted, double arrow, dotted arrow, dotted double arrow.

    Declaration
    public ImageEditorShapes VisibleShapesItems { get; set; }
    Property Value
    Type Description
    ImageEditorShapes

    Methods

    add_ToolbarItemSelected(ToolbarItemSelectedEventHandler)

    Declaration
    public void add_ToolbarItemSelected(ToolbarItemSelectedEventHandler value)
    Parameters
    Type Name Description
    ToolbarItemSelectedEventHandler value

    OnPropertyChanged(String)

    To update the property value in ToolbarSettings

    Declaration
    protected void OnPropertyChanged(string propertyName)
    Parameters
    Type Name Description
    System.String propertyName

    The parameter contains the property name

    remove_ToolbarItemSelected(ToolbarItemSelectedEventHandler)

    Declaration
    public void remove_ToolbarItemSelected(ToolbarItemSelectedEventHandler value)
    Parameters
    Type Name Description
    ToolbarItemSelectedEventHandler value

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    ToolbarItemSelected

    Declaration
    public event ToolbarItemSelectedEventHandler ToolbarItemSelected
    Event Type
    Type Description
    ToolbarItemSelectedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved