ToolStrip.DefaultMargin 属性

定义

获取 ToolStripToolStripContainer 之间的间距(以像素为单位)。

protected:
 virtual property System::Windows::Forms::Padding DefaultMargin { System::Windows::Forms::Padding get(); };
protected override System.Windows.Forms.Padding DefaultMargin { get; }
member this.DefaultMargin : System.Windows.Forms.Padding
Protected Overrides ReadOnly Property DefaultMargin As Padding

属性值

Padding 值之一。 默认值为 Empty

适用于