Class FluentTheme
Represents the Fluent theme for Telerik WinForms controls, providing a modern user interface style with a clean and minimalistic design.
Inherited Members
Namespace: Telerik.WinControls.Themes
Assembly: Telerik.WinControls.dll
Syntax
[TelerikToolboxCategory("Themes")]
public class FluentTheme : RadThemeComponentBase
Remarks
This theme includes various customization options to tailor the appearance of controls to fit modern application aesthetics.
Constructors
FluentTheme()
Declaration
public FluentTheme()
Properties
ThemeName
Gets the name of the Fluent theme.
Declaration
public override string ThemeName { get; }
Property Value
System.String
|
Overrides
Methods
Load()
Loads the Fluent theme into the application.
Declaration
public override void Load()
Overrides
RemoveThemeCore()
Declaration
protected override void RemoveThemeCore()