BackgroundBrushProvider Class
In This Topic
Class that encapsulates BackgroundBrushProvider.Brush objects used to paint element backgrounds. It exposes properties that can be used to create and serialize System.Drawing.SolidBrush, System.Drawing.Drawing2D.LinearGradientBrush, and System.Drawing.Drawing2D.PathGradientBrush objects.
Object Model
Syntax
'Declaration
Public Class BackgroundBrushProvider
Implements IBrushProvider
public class BackgroundBrushProvider : IBrushProvider
Inheritance Hierarchy
System.Object
C1.Framework.BackgroundBrushProvider
See Also