'Declaration Public Function GetBrush( _ ByVal rc As System.Drawing.Rectangle _ ) As System.Drawing.Brush
public System.Drawing.Brush GetBrush( System.Drawing.Rectangle rc )
Parameters
- rc
- Rectangle used to build the gradient brush if the BackgroundBrushProvider.GradientMode property is set to a value other than None.
Return Value
A BackgroundBrushProvider.Brush that can be used to paint an element's background.