ITextViewLine::DeltaY Property

 

Gets the change in the top of this rendered text line between he value of Top in the current layout and the value of Top in the previous layout.

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

property double DeltaY {
	double get();
}

Property Value

Type: System::Double

The change in the top of this rendered text line.

This property is 0.0 for rendered text lines that did not exist in the previous layout.

Return to top
Show: