ITextViewLine Properties
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | Baseline | Gets the distance from the top of the text to the baseline text on the line. |
![]() | Bottom | Gets the position of the bottom edge of this line in the text rendering coordinate system. |
![]() | Change | Gets the change to this rendered textline between the current layout and the previous layout. |
![]() | DefaultLineTransform | Gets the default LineTransform used to render this line. |
![]() | DeltaY | |
![]() | End | Gets the position of the first character past the end of the line, excluding any line break characters. |
![]() | EndIncludingLineBreak | Gets the position of the first character past the end of the line, including any line break characters. |
![]() | EndOfLineWidth | Gets the distance from the right edge of the last character in this line to the end of the space of this line. |
![]() | Extent | Gets the extent of the line, excluding any line break characters. |
![]() | ExtentAsMappingSpan | Gets the IMappingSpan that corresponds to the Extent of the line. |
![]() | ExtentIncludingLineBreak | Gets the extent of the line, including any line break characters. |
![]() | ExtentIncludingLineBreakAsMappingSpan | Gets the IMappingSpan that corresponds to ExtentIncludingLineBreak. |
![]() | Height | Gets the distance between the top and bottom edge of this line. |
![]() | IdentityTag | Gets a tag that can be used to track the identity of an ITextViewLine across layouts in the view. |
![]() | IsFirstTextViewLineForSnapshotLine | Determines whether this ITextViewLine is the first line in the list of lines formatted for a particular ITextSnapshotLine. |
![]() | IsLastTextViewLineForSnapshotLine | Determines whether this ITextViewLine is the last line in the list of lines formatted for a particular ITextSnapshotLine. |
![]() | IsValid | Determines whether this text view line is still valid. |
![]() | Left | Gets the position of the left edge of this line in the text rendering coordinate system. |
![]() | Length | Gets the length of the line, excluding any line break characters. |
![]() | LengthIncludingLineBreak | Gets the length of the line, including any line break characters. |
![]() | LineBreakLength | Gets the length of the line break sequence (for example, "\r\n") that appears at the end of this line. |
![]() | LineTransform | Gets the LineTransform used to render this line. |
![]() | Right | Gets the position of the right edge of this line in the text rendering coordinate system. |
![]() | Snapshot | Gets the ITextSnapshot on which this map is based. |
![]() | Start | Gets the position in Snapshot of the first character in the line. |
![]() | TextBottom | Gets the y-coordinate of the bottom of the text in the rendered line. |
![]() | TextHeight | Gets the vertical distance between the top and bottom of the text in the rendered line. |
![]() | TextLeft | Gets the x-coordinate of the left edge of the text in the rendered line. |
![]() | TextRight | Gets the x-coordinate of the right edge of the text in the rendered line. |
![]() | TextTop | Gets the y-coordinate of the top of the text in the rendered line. |
![]() | TextWidth | |
![]() | Top | Gets the position of the top edge of this line in the text rendering coordinate system. |
![]() | VirtualSpaceWidth | Get the width of the virtual spaces at the end of this line. |
![]() | VisibilityState | Gets the visibility state of this rendered text line with respect to the top and bottom of the view. |
![]() | Width | Gets the distance between the left and right edges of this line. |
