ITextViewLine.DeltaY Property

Definition

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

public:
 property double DeltaY { double get(); };
public:
 property double DeltaY { double get(); };
public double DeltaY { get; }
member this.DeltaY : double
Public ReadOnly Property DeltaY As Double

Property Value

The change in the top of this rendered text line.

Remarks

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

Applies to