ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / CompareTilesEventArgs Class
Properties


In This Topic
    CompareTilesEventArgs Class Members
    In This Topic

    The following tables list the members exposed by CompareTilesEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of a CompareTilesEventArgs.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a signed integer that indicates the relative values of Tile1 and Tile2 as follow: less than 0 (if Tile1 is less than Tile2), zero (if Tile1 equals Tile2), greater than zero (if Tile1 is greater than Tile2).  
    Public PropertyGets the first tile to compare.  
    Public PropertyGets the second tile to compare.  
    Top
    See Also