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

IAppearanceFormat.FontStyle Property

Specifies the font style of a UI element.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

FontStyle FontStyle { get; set; }

Property Value

Type Description
FontStyle

A System.Drawing.FontStyle enumeration value that specifies the font style.

Remarks

The UI elements that implement the IAppearanceFormat interface can be formatted (highlighted) by the AppearanceController according to conditional appearance rules. The font style is changed via the FontStyle property.

See Also