IWpfTextViewLine Properties

 

Namespace:   Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

NameDescription
System_CAPS_pubpropertyBaseline

Gets the distance from the top of the text to the baseline text on the line.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyBottom

Gets the position of the bottom edge of this line in the text rendering coordinate system.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyChange

Gets the change to this rendered textline between the current layout and the previous layout.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyDefaultLineTransform

Gets the default LineTransform used to render this line.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyDeltaY

Gets the change in the top of this rendered text line between he value of Top in the current layout and the value of Top in the previous layout.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyEnd

Gets the position of the first character past the end of the line, excluding any line break characters. (Inherited from ITextViewLine.)

System_CAPS_pubpropertyEndIncludingLineBreak

Gets the position of the first character past the end of the line, including any line break characters. (Inherited from ITextViewLine.)

System_CAPS_pubpropertyEndOfLineWidth

Gets the distance from the right edge of the last character in this line to the end of the space of this line. (Inherited from ITextViewLine.)

System_CAPS_pubpropertyExtent

Gets the extent of the line, excluding any line break characters.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyExtentAsMappingSpan

Gets the IMappingSpan that corresponds to the Extent of the line.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyExtentIncludingLineBreak

Gets the extent of the line, including any line break characters.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyExtentIncludingLineBreakAsMappingSpan

Gets the IMappingSpan that corresponds to ExtentIncludingLineBreak.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyHeight

Gets the distance between the top and bottom edge of this line.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyIdentityTag

Gets a tag that can be used to track the identity of an ITextViewLine across layouts in the view.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyIsFirstTextViewLineForSnapshotLine

Determines whether this ITextViewLine is the first line in the list of lines formatted for a particular ITextSnapshotLine.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyIsLastTextViewLineForSnapshotLine

Determines whether this ITextViewLine is the last line in the list of lines formatted for a particular ITextSnapshotLine.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyIsValid

Determines whether this text view line is still valid.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyLeft

Gets the position of the left edge of this line in the text rendering coordinate system.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyLength

Gets the length of the line, excluding any line break characters.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyLengthIncludingLineBreak

Gets the length of the line, including any line break characters.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyLineBreakLength

Gets the length of the line break sequence (for example, "\r\n") that appears at the end of this line.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyLineTransform

Gets the LineTransform used to render this line.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyRight

Gets the position of the right edge of this line in the text rendering coordinate system.(Inherited from ITextViewLine.)

System_CAPS_pubpropertySnapshot

Gets the ITextSnapshot on which this map is based.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyStart

Gets the position in Snapshot of the first character in the line.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyTextBottom

Gets the y-coordinate of the bottom of the text in the rendered line.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyTextHeight

Gets the vertical distance between the top and bottom of the text in the rendered line.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyTextLeft

Gets the x-coordinate of the left edge of the text in the rendered line.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyTextLines

Gets a list of text lines that make up the formatted text line.

System_CAPS_pubpropertyTextRight

Gets the x-coordinate of the right edge of the text in the rendered line.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyTextTop

Gets the y-coordinate of the top of the text in the rendered line.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyTextWidth

Gets the horizontal distance between TextRight and TextLeft.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyTop

Gets the position of the top edge of this line in the text rendering coordinate system.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyVirtualSpaceWidth

Get the width of the virtual spaces at the end of this line.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyVisibilityState

Gets the visibility state of this rendered text line with respect to the top and bottom of the view.(Inherited from ITextViewLine.)

System_CAPS_pubpropertyVisibleArea

Gets the visible area in which this text line will be rendered.

System_CAPS_pubpropertyWidth

Gets the distance between the left and right edges of this line.(Inherited from ITextViewLine.)

Return to top
Show: