ConsoleFontTable.MediumFont Property
Gets the medium-sized font that is used by the console.
Namespace: Microsoft.WindowsServerSolutions.Console.Shared
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public Font MediumFont { get; }
public:
property Font^ MediumFont {
Font^ get();
}
Public ReadOnly Property MediumFont As Font
Property Value
Type: System.Drawing.Font
See Also
ConsoleFontTable Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace
Return to top