Tizen CircularUI
The Tizen CircularUI is a set of helpful extensions to the Xamarin Forms framework on the Samsung Gear device. The binaries are available via NuGet (package name CircularUI) with the source available here.
Controls
| Name | Description |
|---|---|
| BezelInteractionPage | A subclass of Xamarin.Forms.ContentPage that allows you to set which view gets the bezel rotation event. |
| Check(obsolete) | A subclass of Xamarin.Forms.Switch control with some different styles. |
| CircleDateTimeSelector | A picker control to select date or time that fits in the circular screen. Unlike Xamarin.Forms.DatePicker or Xamarin.Forms.TimePicker, it can be shown on the page without popup. |
| CircleImage | An image control that crops an image in a circle shape. |
| CircleListView | A subclass of Xamarin.Forms.ListView that allows you to change the bar color of the ListView. |
| CirclePage(obsolete) | A subclass of Xamarin.Forms.Page that can show Circular ProgressBar and Circular Slider and the button on the bottom of the screen. it can also show MenuItems on the circular menu.(MoreOption) |
| CircleProgressBarSurfaceItem | A progress control that fits in the circular screen. This control can be only used in the CircleSurfaceView. |
| CircleScrollView | A subclass of Xamarin.Forms.ScrollView that allows you to change the bar color of the ScollView. |
| CircleSliderSurfaceItem | A slider control that responds to the bezel action and fits in the circular screen. |
| CircleStackLayout | A container to layout children linear in the circular area. |
| CircleStepper | A subclass of Xamarin.Forms.Stepper that provides additional properties to set visible elements on Tizen wearable. |
| CircleSurfaceEffectBehavior | A behavior that allows you to insert views that require CircleSurface. |
| CircleSurfaceItem | An item class to represent the items in the CircleSurface. |
| CircleSurfaceView | A view that can have several CircleSurfaceItems, not a page. |
| CircleToolbarItem | An item class that can show a toolbar item fitting in the circular screen. |
| CircularShell | A subclass of Xamarin.Forms.Shell that provides more extended properties for Flyout. When the Flyout is opened, the application will not be terminated even if an user press the back button. |
| ColorMenuItem | An item class that allows you to set the background color of the button used in the popup control. |
| ContentButton | A button control that allows you to customize the view to show. |
| ContextPopupEffectBehavior | A behavior to show a small popup which has one or two buttons. This can be added to any Xamarin.Forms.View. |
| FlatViewCell | A cell that turns off the default effect(fish-eye effect) applied in wearable profile. |
| GoogleMapView | A view to display google javascript map. |
| IndexPage(obsolete) | A subclass of multiple Pages that can slide child page horizontal and has dots on top of the screen for the number of child pages. |
| InformationPopup | A popup that includes a control showing progress and one button on the bottom of the circular screen. |
| MediaPlayer | A class that provides the essential components to play the media contents. |
| MediaView | A view to display a video on the screen. |
| PopupEntry | An entry that opens popup for editing text of the entry. |
| Radio(obsolete) | A radio control fits in the circular screen. |
| TwoButtonPage | A page that has two buttons. One is on the left, and the other is on the right side of the circular screen. |
| TwoButtonPopup | A popup that has two buttons. One is on the left, and the other is on the right side of the circular screen. |
| Toast | A popup for simple feedback. |
