Back to Devexpress

ThemesConfigurationSection.Font Property

aspnet-devexpress-dot-web-dot-themesconfigurationsection-0e4e2ded.md

latest1.5 KB
Original Source

ThemesConfigurationSection.Font Property

Gets or sets the font settings for prebuilt DevExpress Themes.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public string Font { get; set; }
vb
Public Property Font As String

Property Value

TypeDescription
String

A string value specifying the font settings.

|

Remarks

xml
<configuration>
    ...
    <devExpress>
        ...
        <themes enableThemesAssembly="true" styleSheetTheme="" theme="Metropolis" 
            customThemeAssemblies="" baseColor="Green" font="30px 'Calibri'" />
        ...
    </devExpress>
    ...
</configuration>

For more information, refer to the Theme Font Settings topic.

See Also

ThemesConfigurationSection Class

ThemesConfigurationSection Members

DevExpress.Web Namespace