Skip to main content
A newer version of this page is available. .

AppearanceSettings.FontFamily Property

Gets or sets the font family.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

[DefaultValue(null)]
public string FontFamily { get; set; }

Property Value

Type Default Description
String *null*

A String that specifies the font family.

Remarks

To set the element’s background or foreground colors, use the AppearanceSettings.BackColor and AppearanceSettings.ForeColor properties respectively.

To specify font settings, use the FontFamily and AppearanceSettings.FontStyle properties. Note that the AppearanceSettings.AppearanceType property should be set to Custom to take custom appearance settings into account.

See Also