BaseWelcomeWizardPage.ForeColor Property
This member supports the internal infrastructure and is not intended to be used directly from your code.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v24.1.dll
NuGet Package: DevExpress.Win
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override Color ForeColor { get; set; }
Property Value
Type | Description |
---|---|
Color | A Color value. |
See Also