Compartilhar via


ConsoleFontTable.TabstripFont Property

 

Gets the font that is used by the tabstrip (tabbed dialog box) control.

Namespace:   Microsoft.WindowsServerSolutions.Console.Shared
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public Font TabstripFont { get; }
public:
property Font^ TabstripFont {
    Font^ get();
}
Public ReadOnly Property TabstripFont As Font

Property Value

Type: System.Drawing.Font

A System.Drawing.Font.

See Also

ConsoleFontTable Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace

Return to top