GroupBox.DefaultPadding 屬性

定義

取得 Padding 結構,其中包含 GroupBox 控制項的預設邊框距離設定。

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

屬性值

其邊緣都設為三個像素的 Padding

備註

預設填補表示控制項每一側的邊框間距是三個圖元。

適用於