ToolStripPanel.RowMargin Propiedad

Definición

Obtiene o establece el espaciado, en píxeles, entre las filas ToolStripPanelRow y el panel ToolStripPanel.

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

Valor de propiedad

Un valor de Padding que representa el espaciado, expresado en píxeles.

Se aplica a