Class TextBlockOffsetComparer
Offset comparer of ITextBlock
Inheritance
System.Object
TextBlockOffsetComparer
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 TextBlockOffsetComparer : IComparer
Constructors
TextBlockOffsetComparer(Int32)
Initializes a new instance of the TextBlockOffsetComparer class.
Declaration
public TextBlockOffsetComparer(int offset)
Parameters
System.Int32
offset
The offset. |
Methods
Compare(Object, Object)
Compares the specified x.
Declaration
public int Compare(object x, object nullObject)
Parameters
System.Object
x
The x. |
System.Object
nullObject
The null object. |
Returns
System.Int32
|
Implements
System.Collections.IComparer.Compare(System.Object, System.Object)