Class TextRange
Represents text range.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Text
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class TextRange
Properties
Empty
Gets empty text range.
Declaration
public static TextRange Empty { get; }
Property Value
TextRange
The range. |
EndPosition
Gets the end position.
Declaration
public TextPosition EndPosition { get; }
Property Value
TextPosition
The end position. |
IsEmpty
Check if text range is empty.
Declaration
public bool IsEmpty { get; }
Property Value
System.Boolean
Is empty. |
StartPosition
Gets the start position.
Declaration
public TextPosition StartPosition { get; }
Property Value
TextPosition
The start position. |
Methods
Equals(Object)
Returns a value indicating whether this instance is equal to a specified object.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
An object to compare with this instance. |
Returns
System.Boolean
true if obj equals the value of this instance; otherwise, false. |
Overrides
GetHashCode()
Returns the hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System.Int32
A hash code for the current object. |