Unit Constructor (Int32, UnitMode) |
Initializes a new instance of the Unit with the specified 32-bit signed integer and the target type
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(
int value,
UnitMode type
)
Public Sub New (
value As Integer,
type As UnitMode
)
public:
Unit(
int value,
UnitMode type
)
new :
value : int *
type : UnitMode -> Unit
Parameters
- value
- Type: SystemInt32
A 32-bit signed integer that represents the length of the Unit in pixels. - type
- Type: Kettic.AspNet.Controls.ChartModel.StylesUnitMode
Unit type
See Also