Spread Silverlight Documentation
Greater Than Operator


The first border line.
The second border line.
Compares whether the first border line has a greater weight value or brightness than the second border line.
Syntax
'Declaration
 
Public Operator >( _
   ByVal line1 As BorderLine, _
   ByVal line2 As BorderLine _
) As System.Boolean
'Usage
 
public System.bool operator >( 
   BorderLine line1,
   BorderLine line2
)

Parameters

line1
The first border line.
line2
The second border line.

Return Value

true if the first border line is greater than the second border line; otherwise, false.
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.