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

属性值

该字体中字符的高度。

注解

字符的高度等于 加 AscentDescent

适用于