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

一个 Padding,表示项与相邻项之间的间距。

适用于