Question:Which of the following brush classes is the best to use to create a solid rectangle that is red at the top and gradually fades to white towards the bottom? - VB.NET
A System.Drawing.Drawing2D.HatchBrush
B System.Drawing.Drawing2D.LinearGradientBrush
C System.Drawing.Drawing2D.PathGradientBrush
D System.Drawing.SolidBrush
E System.Drawing.TextureBrush
+ AnswerB
+ Report