Returns the larger of two C1Length instances.

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

Syntax

C#
public static C1Length Max(
	C1Length len1,
	C1Length len2
)
Visual Basic
Public Shared Function Max ( _
	len1 As C1Length, _
	len2 As C1Length _
) As C1Length

Parameters

len1
Type: C1.Phone.RichTextBox.Documents..::..C1Length
The first of two C1Length instances to compare.
len2
Type: C1.Phone.RichTextBox.Documents..::..C1Length
The second of two C1Length instances to compare.

Return Value

Parameter len1 or len2, whichever is larger.

See Also