Form.Margin 屬性

定義

取得或設定控制項之間的空格。

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

屬性值

Padding

表示控制項之間間距的值。

屬性

適用於