Class FluentDarkThemeSettings
Represents a class that holds the respective theme color and common key values for customization
Inheritance
System.Object
FluentDarkThemeSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.Themes.FluentDark.WPF.dll
Syntax
public class FluentDarkThemeSettings : IThemeSetting
Constructors
FluentDarkThemeSettings()
Constructor to create an instance of FluentDarkThemeSettings.
Declaration
public FluentDarkThemeSettings()
Properties
BodyAltFontSize
Gets or sets the alternate font size of content area of control in selected theme
Declaration
public double BodyAltFontSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
Examples
FluentDarkThemeSettings fluentDarkThemeSettings = new FluentDarkThemeSettings();
fluentDarkThemeSettings.Body AltFontSize = 10;
BodyFontSize
Gets or sets the font size of content area of control in selected theme
Declaration
public double BodyFontSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
Examples
FluentDarkThemeSettings fluentDarkThemeSettings = new FluentDarkThemeSettings();
fluentDarkThemeSettings.BodyFontSize = 12;
FontFamily
Gets or sets the font family of text in control for selected theme
Declaration
public FontFamily FontFamily { get; set; }
Property Value
Type |
Description |
System.Windows.Media.FontFamily |
|
Examples
FluentDarkThemeSettings fluentDarkThemeSettings = new FluentDarkThemeSettings();
fluentDarkThemeSettings.FontFamily = new FontFamily("Callibri");
Gets or sets the font size of header related areas of control in selected theme
Declaration
public double HeaderFontSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
FluentDarkThemeSettings fluentDarkThemeSettings = new FluentDarkThemeSettings();
fluentDarkThemeSettings.HeaderFontSize = 16;
ListAccentHigh
Declaration
public Brush ListAccentHigh { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
ListAccentLow
Declaration
public Brush ListAccentLow { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
ListAccentMedium
Declaration
public Brush ListAccentMedium { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
PrimaryBackground
Declaration
public Brush PrimaryBackground { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
PrimaryForeground
Declaration
public Brush PrimaryForeground { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
PrimaryForegroundDisabled
Declaration
public Brush PrimaryForegroundDisabled { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
Gets or sets the font size of sub header related areas of control in selected theme
Declaration
public double SubHeaderFontSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
FluentDarkThemeSettings fluentDarkThemeSettings = new FluentDarkThemeSettings();
fluentDarkThemeSettings.SubHeaderFontSize = 14;
SubTitleFontSize
Gets or sets the font size of sub title related areas of control in selected theme
Declaration
public double SubTitleFontSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
Examples
FluentDarkThemeSettings fluentDarkThemeSettings = new FluentDarkThemeSettings();
fluentDarkThemeSettings.SubTitleFontSize = 12;
SystemAccentColor
Declaration
public Brush SystemAccentColor { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
SystemAccentColorDark1
Declaration
public Brush SystemAccentColorDark1 { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
SystemAccentColorDark2
Declaration
public Brush SystemAccentColorDark2 { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
SystemAccentColorDark3
Declaration
public Brush SystemAccentColorDark3 { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
SystemAccentColorLight1
Declaration
public Brush SystemAccentColorLight1 { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
SystemAccentColorLight2
Declaration
public Brush SystemAccentColorLight2 { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
SystemAccentColorLight3
Declaration
public Brush SystemAccentColorLight3 { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
TitleFontSize
Gets or sets the font size of title related areas of control in selected theme
Declaration
public double TitleFontSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
Examples
FluentDarkThemeSettings fluentDarkThemeSettings = new FluentDarkThemeSettings();
fluentDarkThemeSettings.TitleFontSize = 14;