ITextViewLine.LineTransform 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 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.