Class TextBlockXComparer
X-coordinate comparer of ITextBlock
Inheritance
System.Object
TextBlockXComparer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TextBlockXComparer : IComparer
Constructors
TextBlockXComparer(Single)
Initializes a new instance of the TextBlockXComparer class.
Declaration
public TextBlockXComparer(float xCoordinate)
Parameters
System.Single
xCoordinate
The x coordinate. |
Methods
Compare(Object, Object)
Compares the specified x value.
Declaration
public int Compare(object xValue, object yValue)
Parameters
System.Object
xValue
The x value. |
System.Object
yValue
The y value. |
Returns
System.Int32
|
Implements
System.Collections.IComparer.Compare(System.Object, System.Object)