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显示,表示在 控件中显示一个月所需的最小宽度和高度。 月历控件所需的最小窗口大小取决于当前所选字体。

适用于

另请参阅