Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IAppearance.FontStyle Property

Specifies the font style of UI elements affected by the conditional appearance rule.

Namespace: DevExpress.ExpressApp.ConditionalAppearance

Assembly: DevExpress.Persistent.Base.v20.2.dll

Declaration

FontStyle? FontStyle { get; set; }

Property Value

Type Description
Nullable<FontStyle>

A Nullable<System.Drawing.FontStyle> enumeration value specifying the font color of UI elements affected by the conditional appearance rule.

Remarks

See the AppearanceAttribute.FontStyle member description for details.

See Also