Back to Devexpress

IAppearanceFormat.FontColor Property

expressappframework-devexpress-dot-expressapp-dot-editors-dot-iappearanceformat-9cfd0384.md

latest1.6 KB
Original Source

IAppearanceFormat.FontColor Property

Specifies the font color of a UI element.

Namespace : DevExpress.ExpressApp.Editors

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
Color FontColor { get; set; }
vb
Property FontColor As Color

Property Value

TypeDescription
Color

A System.Drawing.Color object that specifies the font color.

|

Remarks

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

See Also

FontColor

IAppearanceFormat Interface

IAppearanceFormat Members

DevExpress.ExpressApp.Editors Namespace