Unit Constructor (Single) |
Initializes a new instance of the Unit with the specified double precision floating point number.
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(
float value
)
Public Sub New (
value As Single
)
public:
Unit(
float value
)
new :
value : float32 -> Unit
Parameters
- value
- Type: SystemSingle
A float precision floating point number that represents the length of the Unit in pixels.
See Also