Edit

Share via


TextRange2.BoundLeft Property

Definition

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

public:
 property float BoundLeft { float get(); };
public float BoundLeft { get; }
member this.BoundLeft : single
Public ReadOnly Property BoundLeft 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.

Applies to