TextRange2.BoundHeight 属性

定义

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

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

属性值

单精度

注解

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

适用于