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!

FontInfo.Size

[To be supplied.]

[Visual Basic]
Public Property Size As FontUnit
[C#]
public FontUnit Size {get; set;}
[C++]
public: __property FontUnit get_Size();
public: __property void set_Size(FontUnit);
[JScript]
public function get Size() : FontUnit;
public function set Size(FontUnit);

See Also

FontInfo Class | FontInfo Members | System.Web.UI.WebControls Namespace