Back to Devexpress

BarManager.DockWindowTabFont Property

windowsforms-devexpress-dot-xtrabars-dot-barmanager-01fb9c86.md

latest1.4 KB
Original Source

BarManager.DockWindowTabFont Property

This member is obsolete. It gets or sets the font used to display tab captions when dock windows are docked to the same place.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public virtual Font DockWindowTabFont { get; set; }
vb
<DXCategory("Appearance")>
Public Overridable Property DockWindowTabFont As Font

Property Value

TypeDescription
Font

A System.Drawing.Font object representing the font of the dock window tab captions.

|

Remarks

This member is obsolete. To add docking functionality to your application use the Dock Manager component.

See Also

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace