TextMetrics.Height 属性

定义

获取或设置字体中字符的高度。

public:
 property int Height { int get(); void set(int value); };
public int Height { get; set; }
member this.Height : int with get, set
Public Property Height As Integer

属性值

字体中字符的高度。

注解

字符的高度等于 Ascent 加号 Descent

适用于