IFormattedLine.SetLineTransform(LineTransform) Method
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.
Sets the line transform used to format the text in this formatted text line.
public:
void SetLineTransform(Microsoft::VisualStudio::Text::Formatting::LineTransform transform);
public:
void SetLineTransform(Microsoft::VisualStudio::Text::Formatting::LineTransform transform);
void SetLineTransform(Microsoft::VisualStudio::Text::Formatting::LineTransform transform);
public void SetLineTransform (Microsoft.VisualStudio.Text.Formatting.LineTransform transform);
abstract member SetLineTransform : Microsoft.VisualStudio.Text.Formatting.LineTransform -> unit
Public Sub SetLineTransform (transform As LineTransform)
Parameters
- transform
- LineTransform
The line transform for this formatted text line.
Exceptions
This IWpfTextViewLine has been disposed.