共用方式為


PageSetupDialog.AllowOrientation 屬性

定義

取得或設定值,指出是否啟用對話方塊的方向區段 (橫向和縱向)。

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

屬性值

Boolean

如果啟用對話方塊的方向區段,則為 true,否則為 false。 預設為 true

適用於

另請參閱