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!

Unit Constructor (Single)

Construct a Unit from a float. Default Unit type is pixels.

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As Single _
)
[C#]
public Unit(
   float value
);
[C++]
public: Unit(
   float value
);
[JScript]
public function Unit(
   value : float
);

Parameters

value
[To be supplied.]

See Also

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