IFormattedLine.SetTop(Double) 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 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.