Click or drag to resize

RadialGradientBrush Class

Brush with an elliptical radial gradient from a specified origin.
Inheritance Hierarchy

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class RadialGradientBrush : Brush, 
	ITransformBrush

The RadialGradientBrush type exposes the following members.

Constructors
  NameDescription
Public methodRadialGradientBrush
Initializes a new instance of the RadialGradientBrush.
Top
Properties
  NameDescription
Public propertyHandler
Gets the platform handler object for the widget
(Overrides BrushHandler.)
Public propertyStatic memberInstantiator Obsolete.
Gets a delegate to instantiate RadialGradientBrush objects
Public propertyTransform
Gets or sets the transform to apply to the gradient
Public propertyWrap
Gets or sets the wrap mode for the gradient
Top
Remarks
The gradient origin must fall within the ellipse, otherwise the behavior is undefined.
See Also