MonthCalendar.SingleMonthSize 屬性

定義

取得顯示日曆之一個月的最小大小。

public:
 property System::Drawing::Size SingleMonthSize { System::Drawing::Size get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Size SingleMonthSize { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SingleMonthSize : System.Drawing.Size
Public ReadOnly Property SingleMonthSize As Size

屬性值

充分顯示日曆中一個月所需的大小 (單位為像素)。

屬性

例外狀況

無法擷取維度。

備註

大小資訊會以 和 Height 成員的形式 Width 呈現,代表控制項中顯示一個月所需的最小寬度和高度。 月曆控制項所需的最小視窗大小取決於目前選取的字型。

適用於

另請參閱