다음을 통해 공유


TextMetrics.LastChar 속성

정의

글꼴에 정의된 마지막 문자를 가져오거나 설정합니다.

public:
 property char LastChar { char get(); void set(char value); };
public char LastChar { get; set; }
member this.LastChar : char with get, set
Public Property LastChar As Char

속성 값

Char

글꼴에 정의된 마지막 문자입니다.

적용 대상