Initializes a new C1Length.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public C1Length(
	double value,
	C1LengthUnitType type
)
Visual Basic
Public Sub New ( _
	value As Double, _
	type As C1LengthUnitType _
)

Parameters

value
Type: System..::..Double
Length value.
type
Type: C1.Phone.RichTextBox.Documents..::..C1LengthUnitType
Length type.

See Also