Interface ITextRange
Provides the functionality for accessing text range.
Namespace: Syncfusion.Windows.Forms.Edit.Utils
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public interface ITextRange
Properties
Bottom
Gets the bottom point of the text range.
Declaration
CoordinatePoint Bottom { get; }
Property Value
Type |
---|
CoordinatePoint |
End
Gets the end point of the text range.
Declaration
CoordinatePoint End { get; }
Property Value
Type |
---|
CoordinatePoint |
Start
Gets the start point of the text range.
Declaration
CoordinatePoint Start { get; }
Property Value
Type |
---|
CoordinatePoint |
Top
Gets the top point of the text range.
Declaration
CoordinatePoint Top { get; }
Property Value
Type |
---|
CoordinatePoint |