| LinearGradientBrush Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Eto.Drawing
 Syntax
SyntaxThe LinearGradientBrush type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | LinearGradientBrush(Color, Color, PointF, PointF) | 
            Initializes a new instance of the LinearGradientBrush class between two points
             | 
|  | LinearGradientBrush(RectangleF, Color, Color, Single) | 
            Initializes a new instance of the LinearGradientBrush class with a given rectangle and angle | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Handler | 
            Gets the platform handler object for the widget
            (Overrides BrushHandler.) | 
|   | Instantiator | Obsolete. 
            Gets a delegate to instantiate LinearGradientBrush objects
             | 
|  | Transform | 
            Gets or sets the transform to apply to the gradient
             | 
|  | Wrap | 
            Gets or sets the wrap mode for the gradient
             | 
 See Also
See Also