Is there a concept of themes/styles in Wearable Tizen.NET Xamarin Forms / XAML?

I expect a concept of themes/styles on Tizen.NET Xamarin Forms / XAML but cannot find it. It is just a guess that it might exists and I would like to get a confirmation. I sort of expect to find a list of style/theme properties like “AccentColor”, “ForegroundColor”, “BackgroundColor”, “BorderColor”, etc. Is there a dark and light themes?

Hi,

I have not found any package for themes that Tizen.NET provides to easily integrate with Xamarin Forms or XAML. But you can use the theming concept of Xamarin Form. As Tizen inherits the functionality of Xamarin Form you can easily utilize it and I hope this will fulfill your needs.

Xamarin Form documentation is a good place to start. Also, they have provided a sample application that is pretty helpful to understand the concept. I hope this is helpful to you.

[edit: The sample located at this link, https://docs.microsoft.com/en-us/samples/xamarin/xamarin-forms-samples/userinterface-theming/ no longer exists. Note that the documentation page states that the content has been retired and is no longer supported. There is an archived demo here, but am not sure it is the same one: xamarin-forms-samples/UserInterface/ThemingDemo at main · xamarin/xamarin-forms-samples · GitHub. You can also find a link to the archived Xamarin Form samples here: GitHub - xamarin/xamarin-forms-samples: Sample apps built using the Xamarin.Forms framework]