TextRange2.BoundWidth 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定文本的文本边界框的宽度(以磅为单位)。 只读。
public:
property float BoundWidth { float get(); };
public float BoundWidth { get; }
member this.BoundWidth : single
Public ReadOnly Property BoundWidth As Single
属性值
单精度
注解
文本边界框与 对象不同 TextFrame 。 TextFrame 对象表示文本可以驻留的容器。 文本边界框表示紧挨着文本的外围。
适用于