ITextViewLine.DefaultLineTransform Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.