IFormattedLine.SetDeltaY(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 change in the position of the top of this formatted text line in the current view layout and the previous view layour.
public:
void SetDeltaY(double deltaY);
public:
void SetDeltaY(double deltaY);
void SetDeltaY(double deltaY);
public void SetDeltaY (double deltaY);
abstract member SetDeltaY : double -> unit
Public Sub SetDeltaY (deltaY As Double)
Parameters
- deltaY
- Double
The new deltaY value for the formatted text line.