Xamarin.iOS

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

    Show / Hide Table of Contents

    Class ToolbarItem

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

    Constructors

    ToolbarItem()

    Declaration
    public ToolbarItem()

    Properties

    Icon

    Gets or Sets the icon for toolbar item.

    Declaration
    public UIImage Icon { get; set; }
    Property Value
    Type Description
    UIKit.UIImage

    IconHeight

    Gets/Sets height to toolbaritem icon

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

    Name

    Gets or Sets the name of the toolbar item

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Text

    Gets or Sets the text for toolbar item.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    TextHeight

    Gets/Sets height to toolbaritem text

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

    Events

    PropertyChanged

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

    Implements

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