Share via


TextRange2.BoundTop Property

Gets the top coordinate, in points, of the text bounding box for the specified text. Read-only.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property BoundTop As Single
    Get
'Usage
Dim instance As TextRange2
Dim value As Single

value = instance.BoundTop
float BoundTop { get; }

Property Value

Type: System.Single
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.

See Also

Reference

TextRange2 Interface

TextRange2 Members

Microsoft.Office.Core Namespace