PrintPreviewDialog.AutoScaleBaseSize プロパティ

定義

注意事項

This property has been deprecated. Use the AutoScaleDimensions property instead. http://go.microsoft.com/fwlink/?linkid=14202

注意事項

This property has been deprecated. Use the AutoScaleDimensions property instead. https://go.microsoft.com/fwlink/?linkid=14202

PrintPreviewDialog クラスは、AutoScaleBaseSize プロパティをサポートしていません。

public:
 virtual property System::Drawing::Size AutoScaleBaseSize { System::Drawing::Size get(); void set(System::Drawing::Size value); };
[System.ComponentModel.Browsable(false)]
public override System.Drawing.Size AutoScaleBaseSize { get; set; }
[System.ComponentModel.Browsable(false)]
[System.Obsolete("This property has been deprecated. Use the AutoScaleDimensions property instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
public override System.Drawing.Size AutoScaleBaseSize { get; set; }
[System.ComponentModel.Browsable(false)]
[System.Obsolete("This property has been deprecated. Use the AutoScaleDimensions property instead.  https://go.microsoft.com/fwlink/?linkid=14202")]
public override System.Drawing.Size AutoScaleBaseSize { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.AutoScaleBaseSize : System.Drawing.Size with get, set
[<System.ComponentModel.Browsable(false)>]
[<System.Obsolete("This property has been deprecated. Use the AutoScaleDimensions property instead.  http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.AutoScaleBaseSize : System.Drawing.Size with get, set
[<System.ComponentModel.Browsable(false)>]
[<System.Obsolete("This property has been deprecated. Use the AutoScaleDimensions property instead.  https://go.microsoft.com/fwlink/?linkid=14202")>]
member this.AutoScaleBaseSize : System.Drawing.Size with get, set
Public Overrides Property AutoScaleBaseSize As Size

プロパティ値

順序を付与した整数の対 (通常、四角形の幅と高さ) を格納します。

属性

注釈

このクラスでは、このプロパティは使用されません。

適用対象