IFormattedLine.SetTop(Double) Method

Definition

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

public:
 void SetTop(double top);
public:
 void SetTop(double top);
void SetTop(double top);
public void SetTop (double top);
abstract member SetTop : double -> unit
Public Sub SetTop (top As Double)

Parameters

top
Double

The position for the top of the formatted text line.

Exceptions

This IWpfTextViewLine has been disposed.

Applies to