PrintPreviewDialog.AutoScrollMinSize プロパティ

定義

自動スクロール バーの最小サイズを取得または設定します。

public:
 property System::Drawing::Size AutoScrollMinSize { System::Drawing::Size get(); void set(System::Drawing::Size value); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Size AutoScrollMinSize { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.AutoScrollMinSize : System.Drawing.Size with get, set
Public Property AutoScrollMinSize As Size

プロパティ値

スクロール バーの高さと幅をピクセル単位で表す Size

属性

注釈

プロパティは AutoScrollMinSize 、自動スクロール バーに割り当てられた画面サイズを管理するために使用されます。

適用対象