IAppearanceFormat.FontStyle Property
Specifies the font style of a UI element.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v22.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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