New to Telerik UI for WinFormsStart a free 30-day trial

Represents the Fluent theme for Telerik WinForms controls, providing a modern user interface style with a clean and minimalistic design.

Definition

Constructors

C#
public FluentTheme()

Properties

Gets the name of the Fluent theme.

C#
public override string ThemeName { get; }

Overrides: RadThemeComponentBase.ThemeName

Methods

Loads the Fluent theme into the application.

C#
public override void Load()

Overrides: RadThemeComponentBase.Load()

Removes the theme from the theme repository. Override this method to provide custom theme removal logic.

C#
protected override void RemoveThemeCore()

Overrides: RadThemeComponentBase.RemoveThemeCore()

Remarks:

This method is called during component disposal to clean up the theme from the theme repository. The default implementation removes the theme by name.