Back to Devexpress

NavigationFrame.ForeColor Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationframe-2363638e.md

latest1.3 KB
Original Source

NavigationFrame.ForeColor Property

Gets or sets the fore color for this NavigationFrame.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public override Color ForeColor { get; set; }
vb
<Browsable(False)>
Public Overrides Property ForeColor As Color

Property Value

TypeDescription
Color

A Color used as fore color for this NavigationFrame.

|

See Also

NavigationFrame Class

NavigationFrame Members

DevExpress.XtraBars.Navigation Namespace