Click or drag to resize
Unit  Conversion (Single to Unit)
Implicitly creates a Unit of type Pixel from the specified float.

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public static implicit operator Unit (
	float n
)

Parameters

n
Type: SystemSingle
A float that represents the length of the Unit.

Return Value

Type: Unit
A Unit of type Pixel that represents the specified by the n parameter.
See Also