Class CircleToolbarItem
The CircleToolbarItem is a class that extends Xamarin.Forms.ToolbarItem for Circular UI.
Inheritance
System.Object
CircleToolbarItem
Namespace: Tizen.Wearable.CircularUI.Forms
Assembly: Tizen.Wearable.CircularUI.Forms.dll
Syntax
public class CircleToolbarItem : ToolbarItem
Fields
SubTextProperty
BindableProperty. Identifies the Subtext bindable property to display on the menu item.
Declaration
public static readonly BindableProperty SubTextProperty
Field Value
Type | Description |
---|---|
BindableProperty |
Properties
SubText
Gets or sets Subtext to display on the menu item
Declaration
public string SubText { get; set; }
Property Value
Type | Description |
---|---|
System.String |