TextRange2.BoundLeft 属性

定义

获取指定文本的文本边界框的左坐标(以磅为单位)。 只读。

public:
 property float BoundLeft { float get(); };
public float BoundLeft { get; }
member this.BoundLeft : single
Public ReadOnly Property BoundLeft As Single

属性值

单精度

注解

文本边界框与 对象不同 TextFrameTextFrame 对象表示文本可以驻留的容器。 文本边界框表示紧挨着文本的外围。

适用于