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!

FontUnit Constructor (FontSize)

Construct a FontUnit from FontSize. If the type is FontSize.AsUnit, the default value is 10pt.

[Visual Basic]
Overloads Public Sub New( _
   ByVal type As FontSize _
)
[C#]
public FontUnit(
   FontSize type
);
[C++]
public: FontUnit(
   FontSize type
);
[JScript]
public function FontUnit(
   type : FontSize
);

Parameters

type
[To be supplied.]

See Also

FontUnit Structure | FontUnit Members | System.Web.UI.WebControls Namespace | FontUnit Constructor Overload List