次の方法で共有


View.ReadingLayout プロパティ

定義

文書を閲覧レイアウト ビューで表示するかどうかを表す ブール型 (Boolean) の値を設定または返します。

public:
 property bool ReadingLayout { bool get(); void set(bool value); };
public bool ReadingLayout { get; set; }
member this.ReadingLayout : bool with get, set
Public Property ReadingLayout As Boolean

プロパティ値

注釈

True の場合は、閲覧レイアウト表示になります。 False の場合は、閲覧レイアウト表示を閉じます。

適用対象