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

IAppearance.FontColor Property

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

Namespace: DevExpress.ExpressApp.ConditionalAppearance

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

Declaration

Color? FontColor { get; set; }

Property Value

Type Description
Nullable<Color>

A Nullable<System.Drawing.Color> object specifying the font color of UI elements affected by the conditional appearance rule.

Remarks

See the AppearanceAttribute.FontColor member description for details.

See Also