Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the default font that is used by the console.
Namespace: Microsoft.WindowsServerSolutions.Console.Shared
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public Font DefaultFont { get; }
public:
property Font^ DefaultFont {
Font^ get();
}
Public ReadOnly Property DefaultFont As Font
Property Value
Type: System.Drawing.Font
See Also
ConsoleFontTable Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace
Return to top