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)

property IFormattedLineSource^ FormattedLineSource {
	IFormattedLineSource^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Formatting::IFormattedLineSource^

The text formatter used by the view.

This property is null during the initialization of the view.

Return to top
Show: