ITextViewLine.DeltaY Property
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.
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.