This is a migrated thread and some comments may be shown as answers.

"Fluent_Dark" Theme ???

1 Answer 523 Views
TileView
This is a migrated thread and some comments may be shown as answers.
n/a
Top achievements
Rank 1
n/a asked on 19 Apr 2019, 09:41 AM

 Hello~

 

I want to adopt the theme, Fluent Dark.

 

I can see the example via "WPF Controls Exmaples" application. but, I can t see the option of "Fluent Dark".

 

In XAML, when I add the tag, " telerik:StyleManager.Theme", I can see some values of "WPF Controls Exmaples", but, I cant find "Fluent Dart".

 

How can I use the theme ?

 

Please tell me how to do.

1 Answer, 1 is accepted

Sort by
0
Dinko | Tech Support Engineer
Telerik team
answered on 24 Apr 2019, 08:26 AM
Hi SunYeon Jang,

Thank you for the attached images.

You have two ways to apply our predefined themes. Using StyleManager or using NoXAML binaries and merged the referenced assemblies with the desired theme. In your case, to apply the dark variation of the Fluent theme you can use the LoadPreset() static method of the FluentPalette class. You can check the Theme Variation Changing section for further information. Also, you can take a look at the following code snippet.
public MainWindow()
{
    FluentPalette.LoadPreset(FluentPalette.ColorVariation.Dark);
    InitializeComponent();
}

Hope this information is helpful. If you have any other questions, please don't hesitate to contact us again.

Regards,
Dinko
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
TileView
Asked by
n/a
Top achievements
Rank 1
Answers by
Dinko | Tech Support Engineer
Telerik team
Share this question
or