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!

RichControl.Font

Retrieves the current font for this control. This will be the font used by default for painting and text in the control.

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

Property Value

current font for this control.

See Also

RichControl Class | RichControl Members | System.WinForms Namespace