MonthCalendar.Padding 属性

定义

获取或设置 MonthCalendar 控件的边缘及其内容之间的间距。

public:
 property System::Windows::Forms::Padding Padding { System::Windows::Forms::Padding get(); void set(System::Windows::Forms::Padding value); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.Padding Padding { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Padding : System.Windows.Forms.Padding with get, set
Public Property Padding As Padding

属性值

在所有情况下均为 Empty

属性

注解

Padding设置 属性不会影响 的外观MonthCalendar

适用于