Class BezelInteractionPage
The BezelInteractionPage is a ContentPage, which allows you to interact with Bezel rotation
Inheritance
System.Object
BezelInteractionPage
Implements
Namespace: Tizen.Wearable.CircularUI.Forms
Assembly: Tizen.Wearable.CircularUI.Forms.dll
Syntax
public class BezelInteractionPage : ContentPage, IBezelInteractionRouter
Fields
RotaryFocusObjectProperty
BindableProperty. Identifies the RotaryFocusObject bindable property Key.
Declaration
public static readonly BindableProperty RotaryFocusObjectProperty
Field Value
Type | Description |
---|---|
BindableProperty |
Properties
RotaryFocusObject
Gets or sets object of RotaryFocusObject to receive bezel action(take a rotary event) from the current page.
Declaration
public IRotaryFocusable RotaryFocusObject { get; set; }
Property Value
Type | Description |
---|---|
IRotaryFocusable |
Methods
OnAppearing()
Declaration
protected override void OnAppearing()
OnDisappearing()
Declaration
protected override void OnDisappearing()