Monday 10 August 2020

Control.BackgroundImageLayout in Windows Forms

 This property of a control takes its values from the ImageLayout enum which is WinForms specific. Its values are Center, None, Stretch, Tile and Zoom.  Tile is the default setting but can be memory-intensive. This property was in .NET 2.0 and remains true in .NET 5 preview 7.

No comments: