Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="4.5.0.657" />

.NET API 1,265,280 bytes

 ToolbarItem

public class ToolbarItem : MenuItem
An item in a toolbar or displayed on a Page.
public string Name { get; set; }

Obsolete. Developers should use the inherited Text property, instead.

public ToolbarItemOrder Order { get; set; }

Gets or sets a value that indicates on which of the primary, secondary, or default toolbar surfaces to display this ToolbarItem element.

public int Priority { get; set; }

Gets or sets the priority of this ToolbarItem element.

public event EventHandler Activated

Obsolete. Developers should use the inherited Clicked event, instead.

public ToolbarItem()

public ToolbarItem(string name, string icon, Action activated, ToolbarItemOrder order = 0, int priority = 0)