TextMetrics.MaxCharWidth プロパティ

定義

フォントで幅が最も広い文字の幅を取得または設定します。

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

プロパティ値

Int32

フォントで幅が最も広い文字の幅。

適用対象