Back to Devexpress

TileControl.Font Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-fb74aa53.md

latest1.7 KB
Original Source

TileControl.Font Property

Gets or sets font options for all TileItems within the current TileControl. 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 Font Font { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property Font As Font

Property Value

TypeDescription
Font

A Font object that specifies font options for all tiles within the current TileControl.

|

Remarks

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

See Also

AppearanceItem

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace