Spread Silverlight Documentation
IsGreaterThanOrEqualTo Property


Gets or sets a value that indicates whether to use the greater than and equal to operator.
Syntax
'Declaration
 
Public ReadOnly Property IsGreaterThanOrEqualTo As System.Boolean
'Usage
 
Dim instance As IconCriterion
Dim value As System.Boolean
 
value = instance.IsGreaterThanOrEqualTo
public System.bool IsGreaterThanOrEqualTo {get;}

Property Value

true if the criteria use the greater than and equal to operator; otherwise, false. The default value is true.
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

IconCriterion Class
IconCriterion Members

 

 


Copyright © GrapeCity, inc. All rights reserved.