[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1Length.Max

Max Method

Max(C1Length, C1Length)

Returns the larger of two C1Length instances.

Declaration
public static C1Length Max(C1Length len1, C1Length len2)
Parameters
Type Name Description
C1Length len1

The first of two C1Length instances to compare.

C1Length len2

The second of two C1Length instances to compare.

Returns
Type Description
C1Length

Parameter len1 or len2, whichever is larger.