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 (String)

Construct a FontUnit from string.

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As String _
)
[C#]
public FontUnit(
   string value
);
[C++]
public: FontUnit(
   String* value
);
[JScript]
public function FontUnit(
   value : String
);

Parameters

value
[To be supplied.]

See Also

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