TextRange2.BoundWidth Property
Gets the width, 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 BoundWidth As Single
Get
'Usage
Dim instance As TextRange2
Dim value As Single
value = instance.BoundWidth
float BoundWidth { 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.