Compartilhar via


ConsoleFontTable.LargeFont Property

 

Gets the large font that is used by the console.

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

Syntax

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

Property Value

Type: System.Drawing.Font

A System.Drawing.Font.

See Also

ConsoleFontTable Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace

Return to top