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

ScrollBarBase.ForeColor Property

Overrides the base class ForeColor property.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v20.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public override Color ForeColor { get; set; }

Property Value

Type Description
Color

A Color object representing the control’s foreground color.

See Also