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.FontHeight

[To be supplied.]

[Visual Basic]
Protected Property FontHeight As Integer
[C#]
protected int FontHeight {get; set;}
[C++]
protected: __property int get_FontHeight();
protected: __property void set_FontHeight(int);
[JScript]
protected function get FontHeight() : int;
protected function set FontHeight(int);

See Also

RichControl Class | RichControl Members | System.WinForms Namespace