ITextViewLine.LineTransform Property

Definition

Gets the LineTransform used to render this line.

public:
 property Microsoft::VisualStudio::Text::Formatting::LineTransform LineTransform { Microsoft::VisualStudio::Text::Formatting::LineTransform get(); };
public:
 property Microsoft::VisualStudio::Text::Formatting::LineTransform LineTransform { Microsoft::VisualStudio::Text::Formatting::LineTransform get(); };
public Microsoft.VisualStudio.Text.Formatting.LineTransform LineTransform { get; }
member this.LineTransform : Microsoft.VisualStudio.Text.Formatting.LineTransform
Public ReadOnly Property LineTransform As LineTransform

Property Value

The LineTransform used to render this line.

Applies to