Unit Constructor (String) |
Initializes a new instance of the Unit with the specified length.
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic Unit(
string value
)
Public Sub New (
value As String
)
public:
Unit(
String^ value
)
new :
value : string -> Unit
Parameters
- value
- Type: SystemString
A string that represents the length of the Unit.
See Also