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

OverlayWindowOptions.ForeColor Property

Gets or sets the foreground color.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v20.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Color ForeColor { get; set; }

Property Value

Type Description
Color

The foreground color.

Property Paths

You can access this nested property as listed below:

Object Type Path to ForeColor
DefaultOverlayFormOptions
.Options .ForeColor
See Also