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

WindowsFormsSettings.AutoCorrectForeColor Property

Gets or sets whether UI elements should automatically adjust their foreground colors when these elements use DX Skin Colors for backgrounds. This behavior ensures the foreground color has enough contrast against the background to improve readability.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public static DefaultBoolean AutoCorrectForeColor { get; set; }

Property Value

Type Description
DefaultBoolean

A DefaultBoolean enumeration value that specifies whether background/border DX Skin Colors should adjust foreground colors as well.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

See Also