ToolStripPanel.RowMargin 属性

定义

获取或设置 s 和 ToolStripPanels 之间的ToolStripPanelRow间距(以像素为单位)。

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 表示间距的值,以像素为单位。

适用于