WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MaterialDarkBlueThemeSettings - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MaterialDarkBlueThemeSettings

    Represents a class that holds the respective theme color and common key values for customization

    Inheritance
    System.Object
    MaterialDarkBlueThemeSettings
    Implements
    IThemeSetting
    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()
    Namespace: Syncfusion.Themes.MaterialDarkBlue.WPF
    Assembly: Syncfusion.Themes.MaterialDarkBlue.WPF.dll
    Syntax
    public class MaterialDarkBlueThemeSettings : IThemeSetting

    Constructors

    MaterialDarkBlueThemeSettings()

    Constructor to create an instance of MaterialDarkBlueThemeSettings.

    Declaration
    public MaterialDarkBlueThemeSettings()

    Properties

    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
    MaterialDarkBlueThemeSettings materialDarkBlueThemeSettings = new MaterialDarkBlueThemeSettings();
    materialDarkBlueThemeSettings.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
    MaterialDarkBlueThemeSettings materialDarkBlueThemeSettings = new MaterialDarkBlueThemeSettings();
    materialDarkBlueThemeSettings.FontFamily = new FontFamily("Callibri");

    HeaderFontSize

    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
    Examples
    MaterialDarkBlueThemeSettings materialDarkBlueThemeSettings = new MaterialDarkBlueThemeSettings();
    materialDarkBlueThemeSettings.HeaderFontSize = 16;

    PrimaryBackground

    Gets or sets the primary background color of content area of control in selected theme

    Declaration
    public Brush PrimaryBackground { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush
    Examples
    MaterialDarkBlueThemeSettings materialDarkBlueThemeSettings = new MaterialDarkBlueThemeSettings();
    materialDarkBlueThemeSettings.PrimaryBackground = Brushes.Red;

    PrimaryBackgroundOpacity

    Declaration
    public Brush PrimaryBackgroundOpacity { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    PrimaryBackgroundOpacity2

    Declaration
    public Brush PrimaryBackgroundOpacity2 { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    PrimaryBackgroundOpacity3

    Declaration
    public Brush PrimaryBackgroundOpacity3 { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    PrimaryColorForeground

    Declaration
    public Brush PrimaryColorForeground { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    PrimaryDark

    Declaration
    public Brush PrimaryDark { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    PrimaryDarken

    Declaration
    public Brush PrimaryDarken { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    PrimaryDarkest

    Declaration
    public Brush PrimaryDarkest { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    PrimaryForeground

    Gets or sets the primary foreground color of content area of control in selected theme

    Declaration
    public Brush PrimaryForeground { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush
    Examples
    MaterialDarkBlueThemeSettings materialDarkBlueThemeSettings = new MaterialDarkBlueThemeSettings();
    materialDarkBlueThemeSettings.PrimaryForeground = Brushes.AntiqueWhite;

    PrimaryLight

    Declaration
    public Brush PrimaryLight { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    PrimaryLighten

    Declaration
    public Brush PrimaryLighten { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    PrimaryLightest

    Declaration
    public Brush PrimaryLightest { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    SubHeaderFontSize

    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
    Examples
    MaterialDarkBlueThemeSettings materialDarkBlueThemeSettings = new MaterialDarkBlueThemeSettings();
    materialDarkBlueThemeSettings.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
    MaterialDarkBlueThemeSettings materialDarkBlueThemeSettings = new MaterialDarkBlueThemeSettings();
    materialDarkBlueThemeSettings.SubTitleFontSize = 12;

    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
    MaterialDarkBlueThemeSettings materialDarkBlueThemeSettings = new MaterialDarkBlueThemeSettings();
    materialDarkBlueThemeSettings.TitleFontSize = 14;

    Implements

    IThemeSetting
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved