IFormattedLine::SetTop Method (Double)

 

Sets the position used to format the text in this formatted text line.

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

void SetTop(
	double top
)

Parameters

top
Type: System::Double

The position for the top of the formatted text line.

Exception Condition
ObjectDisposedException

This IWpfTextViewLine has been disposed.

Return to top
Show: