TextLine.Width プロパティ

定義

末尾の空白文字を除くテキスト行の幅を取得します。

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

プロパティ値

Double

末尾の空白文字を除くテキスト行の幅。

適用対象