Back to Devexpress

TileNavPane.ForeColor Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavpane-8f69a20c.md

latest1.6 KB
Original Source

TileNavPane.ForeColor Property

Gets or sets the foreground color of the TileNavPane control. This member is not supported by the TileNavPane class.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Color

The Color structure specifying the foreground color.

|

Remarks

This member is not supported by the TileNavPane class.

See Also

TileNavPane Class

TileNavPane Members

DevExpress.XtraBars.Navigation Namespace