NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IUIService.Font

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;

Property Value

a font that should be used for standard UI text.

See Also

IUIService Interface | IUIService Members | System.WinForms.Design Namespace