IFormattedLine::SetLineTransform Method (LineTransform)

 

Sets the line transform used to format the text in this formatted text line.

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

void SetLineTransform(
	LineTransform transform
)

Parameters

transform
Type: Microsoft.VisualStudio.Text.Formatting::LineTransform

The line transform for this formatted text line.

Exception Condition
ObjectDisposedException

This IWpfTextViewLine has been disposed.

Return to top
Show: