ITextViewLine.DefaultLineTransform Property

Definition

Gets the default LineTransform used to render this line.

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

Property Value

The default LineTransform used to render this line.

Remarks

This is the line transform used if no other extension defines a LineTransform for the line.

Applies to