Unit::Value Property

 

Gets the length of the Unit.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property double Value {
	double get();
}

Property Value

Type: System::Double

A double-precision floating point number that represents the length of the Unit.

Use the Value property to determine the length of the Unit.

.NET Framework
Available since 1.1
Return to top
Show: