MonthCalendar.DefaultMargin プロパティ

定義

MonthCalendar コントロールの既定の余白設定を取得します。

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

プロパティ値

四辺の余白サイズが 9 ピクセルの Padding 構造体。

適用対象