Control.DefaultMargin プロパティ

定義

コントロール間に既定で指定されている空白をピクセル単位で取得します。

protected:
 virtual property System::Windows::Forms::Padding DefaultMargin { System::Windows::Forms::Padding get(); };
protected virtual System.Windows.Forms.Padding DefaultMargin { get; }
member this.DefaultMargin : System.Windows.Forms.Padding
Protected Overridable ReadOnly Property DefaultMargin As Padding

プロパティ値

Padding

コントロール間の既定の空白を表す Padding

適用対象