Class CircularShell
A subclass of Xamarin.Forms.Shell that have additional options for circular screen.
Inheritance
System.Object
CircularShell
Namespace: Tizen.Wearable.CircularUI.Forms
Assembly: Tizen.Wearable.CircularUI.Forms.dll
Syntax
public class CircularShell : Shell
Fields
FlyoutForegroundColorProperty
BindableProperty. Identifies the FlyoutForegroundColor bindable property.
Declaration
public static readonly BindableProperty FlyoutForegroundColorProperty
Field Value
Type | Description |
---|---|
BindableProperty |
FlyoutIconBackgroundColorProperty
BindableProperty. Identifies the FlyoutIconBackgroundColor bindable property.
Declaration
public static readonly BindableProperty FlyoutIconBackgroundColorProperty
Field Value
Type | Description |
---|---|
BindableProperty |
Properties
FlyoutForegroundColor
Gets or sets FlyoutForegroundColor
Declaration
public Color FlyoutForegroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
FlyoutIconBackgroundColor
Gets or sets FlyoutIconBackgroundColor
Declaration
public Color FlyoutIconBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
Methods
GetFlyoutForegroundColor(BindableObject)
Get a color of FlyoutForegroundColor
Declaration
public static Color GetFlyoutForegroundColor(BindableObject element)
Parameters
Type | Name | Description |
---|---|---|
BindableObject | element | Xamarin.Forms.Shell |
Returns
Type | Description |
---|---|
Color | Returns a Color of FlyoutForegroundColor |
GetFlyoutIconBackgroundColor(BindableObject)
Get a color of FlyoutIconBackgroundColor
Declaration
public static Color GetFlyoutIconBackgroundColor(BindableObject element)
Parameters
Type | Name | Description |
---|---|---|
BindableObject | element | Xamarin.Forms.Shell |
Returns
Type | Description |
---|---|
Color | Returns a Color of FlyoutIconBackgroundColor |
OnBackButtonPressed()
Declaration
protected override bool OnBackButtonPressed()
Returns
Type | Description |
---|---|
System.Boolean |
SetFlyoutForegroundColor(BindableObject, Color)
Set a color of FlyoutForegroundColor
Declaration
public static void SetFlyoutForegroundColor(BindableObject element, Color color)
Parameters
Type | Name | Description |
---|---|---|
BindableObject | element | Xamarin.Forms.Shell |
Color | color | Xamarin.Forms.Color |
SetFlyoutIconBackgroundColor(BindableObject, Color)
Set a color of FlyoutIconBackgroundColor
Declaration
public static void SetFlyoutIconBackgroundColor(BindableObject element, Color color)
Parameters
Type | Name | Description |
---|---|---|
BindableObject | element | Xamarin.Forms.Shell |
Color | color | Xamarin.Forms.Color |