ToolStripItem.Margin 屬性

定義

取得或設定此項目和相鄰項目之間的間距。

public:
 property System::Windows::Forms::Padding Margin { System::Windows::Forms::Padding get(); void set(System::Windows::Forms::Padding value); };
public System.Windows.Forms.Padding Margin { get; set; }
member this.Margin : System.Windows.Forms.Padding with get, set
Public Property Margin As Padding

屬性值

Padding,表示此項目和相鄰項目之間的間距。

適用於