Base:
property
BackgroundImageLayout
System.Windows.Forms.TextBoxBase.BackgroundImageLayout
6 writes to BackgroundImageLayout
System.Windows.Forms.Tests (6)
System\Windows\Forms\RichTextBoxTests.cs (6)
804
BackgroundImageLayout
= value
811
control.
BackgroundImageLayout
= value;
832
control.
BackgroundImageLayout
= ImageLayout.Center;
837
control.
BackgroundImageLayout
= ImageLayout.Center;
842
control.
BackgroundImageLayout
= ImageLayout.Stretch;
848
control.
BackgroundImageLayout
= ImageLayout.Center;
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\RichTextBoxTests.cs (7)
41
Assert.Equal(ImageLayout.Tile, control.
BackgroundImageLayout
);
806
Assert.Equal(value, control.
BackgroundImageLayout
);
812
Assert.Equal(value, control.
BackgroundImageLayout
);
833
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
838
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
843
Assert.Equal(ImageLayout.Stretch, control.
BackgroundImageLayout
);
849
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);