Base:
property
BackgroundImageLayout
System.Windows.Forms.TextBoxBase.BackgroundImageLayout
6 writes to BackgroundImageLayout
System.Windows.Forms.Tests (6)
System\Windows\Forms\RichTextBoxTests.cs (6)
802
BackgroundImageLayout
= value
809
control.
BackgroundImageLayout
= value;
830
control.
BackgroundImageLayout
= ImageLayout.Center;
835
control.
BackgroundImageLayout
= ImageLayout.Center;
840
control.
BackgroundImageLayout
= ImageLayout.Stretch;
846
control.
BackgroundImageLayout
= ImageLayout.Center;
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\RichTextBoxTests.cs (7)
39
Assert.Equal(ImageLayout.Tile, control.
BackgroundImageLayout
);
804
Assert.Equal(value, control.
BackgroundImageLayout
);
810
Assert.Equal(value, control.
BackgroundImageLayout
);
831
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
836
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
841
Assert.Equal(ImageLayout.Stretch, control.
BackgroundImageLayout
);
847
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);