Share via


IFormattedLine.SetLineTransform Method

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)

Syntax

'Declaration
Sub SetLineTransform ( _
    transform As LineTransform _
)
void SetLineTransform(
    LineTransform transform
)
void SetLineTransform(
    LineTransform transform
)
abstract SetLineTransform : 
        transform:LineTransform -> unit
function SetLineTransform(
    transform : LineTransform
)

Parameters

Exceptions

Exception Condition
ObjectDisposedException

This IWpfTextViewLine has been disposed.

.NET Framework Security

See Also

Reference

IFormattedLine Interface

Microsoft.VisualStudio.Text.Formatting Namespace