ToolStripPanelRow.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

适用于