Base:
property
BackgroundImageLayout
System.Windows.Forms.ToolStripItem.BackgroundImageLayout
2 writes to BackgroundImageLayout
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripSeparatorTests.cs (2)
139
BackgroundImageLayout
= value
144
item.
BackgroundImageLayout
= value;
3 references to BackgroundImageLayout
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripSeparatorTests.cs (3)
32
Assert.Equal(ImageLayout.Tile, item.
BackgroundImageLayout
);
141
Assert.Equal(value, item.
BackgroundImageLayout
);
145
Assert.Equal(value, item.
BackgroundImageLayout
);