MonthCalendar.DefaultMargin Property

Definition

Gets the default margin settings for the MonthCalendar control.

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

Property Value

A Padding structure with a padding size of 9 pixels, for all of its edges.

Applies to