IWpfTextView::LineTransformSource Property

 

Gets the line transformer used by the view.

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

property ILineTransformSource^ LineTransformSource {
	ILineTransformSource^ get();
}

Property Value

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

The line transformer used by the view.

Return to top
Show: