Spread Silverlight Documentation
Max Method


The first line.
The second line.
Gets the maximum line of two lines.
Syntax
'Declaration
 
Public Shared Function Max( _
   ByVal line1 As BorderLine, _
   ByVal line2 As BorderLine _
) As BorderLine
'Usage
 
Dim line1 As BorderLine
Dim line2 As BorderLine
Dim value As BorderLine
 
value = BorderLine.Max(line1, line2)
public static BorderLine Max( 
   BorderLine line1,
   BorderLine line2
)

Parameters

line1
The first line.
line2
The second line.

Return Value

The maximum of two lines.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

BorderLine Class
BorderLine Members

 

 


Copyright © GrapeCity, inc. All rights reserved.