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

속성 값

Int32

글꼴의 문자 높이입니다.

설명

문자의 높이 값과 같음 합니다 AscentDescent합니다.

적용 대상