Retrieves the default font that should be used for dialogs and other GUI elements. This is the font that a user has selected as the UI font for the development environment.
[Visual Basic] ReadOnly Property Font As Font [C#] Font Font {get;} [C++] Font* get_Font() = 0; [JScript] abstract function get Font() : Font;
a font that should be used for standard UI text.
IUIService Interface | IUIService Members | System.WinForms.Design Namespace