ITextViewLine::DefaultLineTransform Property

 

Gets the default LineTransform used to render this line.

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

property LineTransform DefaultLineTransform {
	LineTransform get();
}

Property Value

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

The default LineTransform used to render this line.

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

Return to top
Show: