ToolStripPanel.RowMargin 属性

定义

获取或设置 ToolStripPanelRowToolStripPanel 之间的间距(以像素为单位)。

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

属性值

表示间距的 Padding 值(以像素为单位)。

适用于