TextRange2.BoundTop 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.
Gets the top coordinate, in points, of the text bounding box for the specified text. Read-only.
public:
property float BoundTop { float get(); };
public float BoundTop { get; }
member this.BoundTop : single
Public ReadOnly Property BoundTop As Single
Property Value
Single
Remarks
The text bounding box is not the same as the TextFrame object. The TextFrame object represents the container in which the text can reside. The text bounding box represents the perimeter immediately surrounding the text.