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!

FontDialog.Font

Gets or sets a value indicating the selected font.

[Visual Basic]
Public Property Font As Font
[C#]
public Font Font {get; set;}
[C++]
public: __property Font* get_Font();
public: __property void set_Font(Font*);
[JScript]
public function get Font() : Font;
public function set Font(Font);

Property Value

The selected font.

See Also

FontDialog Class | FontDialog Members | System.WinForms Namespace | Font | Color