ToolStripItem.Margin プロパティ

定義

項目と隣接する項目との間隔を取得または設定します。

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

プロパティ値

項目と隣接する項目との間の間隔を表す Padding

適用対象