FormattedText.Width プロパティ

定義

行の先頭の配置ポイントから末尾の配置ポイントまでの幅 (末尾の空白文字を除く) を取得します。

public:
 property double Width { double get(); };
public double Width { get; }
member this.Width : double
Public ReadOnly Property Width As Double

プロパティ値

行の先頭の配置ポイントから末尾の配置ポイントまでの幅 (末尾の空白文字を除く)。 デバイスに依存しないユニット (ユニットあたり 1/96 インチ) で提供されます。

注釈

複数行のテキストの場合は、値に最も長い行が Width 使用されます。

適用対象