Class ColorMenuItem
A subclass of Xamarin.Forms.MenuItem that controls the background color of the button used in the popup control.
Inheritance
System.Object
ColorMenuItem
Namespace: Tizen.Wearable.CircularUI.Forms
Assembly: Tizen.Wearable.CircularUI.Forms.dll
Syntax
public class ColorMenuItem : MenuItem
Fields
BackgroundColorProperty
BindableProperty. Identifies the BackgroundColor bindable property.
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
Type | Description |
---|---|
BindableProperty |
Properties
BackgroundColor
Gets or sets a background color value of this ActionButtonItem.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |