Base:
property
BackgroundImageLayout
System.Windows.Forms.ToolStripItem.BackgroundImageLayout
2 writes to BackgroundImageLayout
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripSeparatorTests.cs (2)
141
BackgroundImageLayout
= value
146
item.
BackgroundImageLayout
= value;
3 references to BackgroundImageLayout
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripSeparatorTests.cs (3)
34
Assert.Equal(ImageLayout.Tile, item.
BackgroundImageLayout
);
143
Assert.Equal(value, item.
BackgroundImageLayout
);
147
Assert.Equal(value, item.
BackgroundImageLayout
);