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

Construct a Unit from an int. Default Unit type is pixels.

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

Parameters

value
[To be supplied.]

See Also

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