Share via


Window.UsableWidth プロパティ

定義

指定した文書ウィンドウで作業中の作業領域の幅 (ポイント単位で) を返します。

public:
 property int UsableWidth { int get(); };
public int UsableWidth { get; }
member this.UsableWidth : int
Public ReadOnly Property UsableWidth As Integer

プロパティ値

注釈

作業領域の [なし] が表示されているドキュメント ウィンドウの場合、 usablewidth プロパティ は 1 を返します。 実際の使用可能な高さを確認するのには、 usablewidth プロパティ の値から 1 を減算します。

適用対象