This documentation is archived and is not being maintained.
Unit.Value Property
.NET Framework 1.1
Gets the length of the Unit.
[Visual Basic] Public ReadOnly Property Value As Double [C#] public double Value {get;} [C++] public: __property double get_Value(); [JScript] public function get Value() : double;
Property Value
A double-precision floating point number that represents the length of the Unit.
Remarks
Use the Value property to determine the length of the Unit.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
Unit Structure | Unit Members | System.Web.UI.WebControls Namespace | Type
Show: