IFormattedLine::SetDeltaY Method (Double)

 

Sets the change in position of the top of this formatted text line between the current view layout and the previous view layout.

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

void SetDeltaY(
	double deltaY
)

Parameters

deltaY
Type: System::Double

The change in value for the formatted text line.

Return to top
Show: