Xceed Docking Windows for WinForms v2.3 Documentation
TabFont Property (TabStripAppearance)


Xceed.DockingWindows Namespace > TabStripAppearance Class : TabFont Property
Gets or sets the font of the tabs contained in the tabstrips.
Syntax
'Declaration
 
<DescriptionAttribute("The font of the tabs contained in the tabstrips.")>
<CategoryAttribute("Appearance")>
Public Property TabFont As Font
'Usage
 
Dim instance As TabStripAppearance
Dim value As Font
 
instance.TabFont = value
 
value = instance.TabFont
[Description("The font of the tabs contained in the tabstrips.")]
[Category("Appearance")]
public Font TabFont {get; set;}

Property Value

A System.Drawing.Font representing the font of the tabs contained in the tabstrips. By default, "Tahoma 8 point".
Remarks

Because the Font object is immutable (meaning that you cannot adjust any of its properties), you can only assign the Font property a new Font object. However, you can base the new font on the existing font.

To reset the value of the TabFont property to its default value, the ResetTabFont method must be called.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TabStripAppearance Class
TabStripAppearance Members