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

間隔をピクセル単位で表す Padding 値。

適用対象