IAppearance.FontColor Property
Specifies the font color of UI elements affected by the conditional appearance rule.
Namespace: DevExpress.ExpressApp.ConditionalAppearance
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
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