TextBounds.Height 属性

定义

获取文本呈现坐标系中矩形的上边缘和下边缘之间的距离。

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

属性值

Double

文本呈现坐标系统中矩形的上边缘和下边缘之间的距离。

注解

此值将始终为正值。

适用于