TextBounds.Width 属性

定义

获取矩形的起始边缘和尾随边缘与文本呈现坐标系统之间的距离。

public:
 property double Width { double get(); };
public:
 property double Width { double get(); };
public double Width { get; }
member this.Width : double
Public ReadOnly Property Width As Double

属性值

Double

文本呈现坐标系统中矩形的前导边缘和尾随边缘之间的距离。

注解

此值将始终为非负数。

适用于