Back to Devexpress

TileControl.ForeColor Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-5b9d807a.md

latest1.7 KB
Original Source

TileControl.ForeColor Property

Gets or sets a color used to paint a TileItems’ text content. This property is now obsolete. Use the TileControl.AppearanceItem property instead.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.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

A Color object used to paint a TileItems’ text content.

|

Remarks

This property is now obsolete. Use the TileControl.AppearanceItem property instead.

See Also

AppearanceItem

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace