IWpfTextView.FormattedLineSource Property

Gets the text formatter used by the view.

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

Syntax

'Declaration
ReadOnly Property FormattedLineSource As IFormattedLineSource
IFormattedLineSource FormattedLineSource { get; }
property IFormattedLineSource^ FormattedLineSource {
    IFormattedLineSource^ get ();
}
abstract FormattedLineSource : IFormattedLineSource with get
function get FormattedLineSource () : IFormattedLineSource

Property Value

Type: Microsoft.VisualStudio.Text.Formatting.IFormattedLineSource
The text formatter used by the view.

Remarks

This property is nulla null reference (Nothing in Visual Basic) during the initialization of the view.

.NET Framework Security

See Also

Reference

IWpfTextView Interface

Microsoft.VisualStudio.Text.Editor Namespace