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

该字体中定义的最后一个字符。

适用于