Hi, the following code assigns DynamicResource style in Xaml. How to do the same in C#? I am trying to dynamically change the app styles.
Thanks,
Label Text="This uses SubtitleStyle in XAML" Style="{DynamicResource SubtitleStyle}"/>
Hi, the following code assigns DynamicResource style in Xaml. How to do the same in C#? I am trying to dynamically change the app styles.
Thanks,
Label Text="This uses SubtitleStyle in XAML" Style="{DynamicResource SubtitleStyle}"/>