Input for WinForms | ComponentOne
C1.Framework Namespace / BackgroundBrushProvider Class
Properties Methods


In This Topic
    BackgroundBrushProvider Class Members
    In This Topic

    The following tables list the members exposed by BackgroundBrushProvider.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets or sets the main color (used when GradientMode is set to None).  
    Public PropertyGets or sets the Blend used to create the gradient.  
    Public PropertyGets or sets a Brush object that may be something other than a System.Drawing.SolidBrush.  
    Public PropertyGets or sets the System.Drawing.PointF that represents the center of a radial gradient.  
    Public PropertyGets a value indicating if the brush should be disposed after use.  
    Public PropertyGets or sets whether gamma correction is applied to the gradient.  
    Public PropertyGets or sets the secondary color (used when GradientMode is set to a value other than None).  
    Public PropertyGets or sets the GradientMode for this BackgroundBrushProvider.  
    Public PropertyGets or sets a System.Drawing.Drawing2D.ColorBlend that defines a multicolor gradient.  
    Top
    Public Methods
     NameDescription
    Public MethodGets a clone of this BackgroundBrushProvider.  
    Public MethodGets an updated Brush that can be used to fill a given System.Drawing.Rectangle.  
    Public MethodReturns a background color for hosted controls that don't support gradients.  
    Top
    See Also