ITextViewLine.EndOfLineWidth Property
Gets the distance from the right edge of the last character in this line to the end of the space of this line.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
ReadOnly Property EndOfLineWidth As Double
double EndOfLineWidth { get; }
property double EndOfLineWidth {
double get ();
}
abstract EndOfLineWidth : float with get
function get EndOfLineWidth () : double
Property Value
Type: System.Double
The distance from the right edge of the last character in this line to the end of the space of this line.
Remarks
This may include padding for line break characters or for end of file characters.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.