Click or drag to resize

RadialGradientBrushIHandlerGetGradientWrap Method

Gets the gradient wrap mode

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
GradientWrapMode GetGradientWrap(
	RadialGradientBrush widget
)

Parameters

widget
Type: Eto.DrawingRadialGradientBrush
Brush to get the gradient wrap mode

Return Value

Type: GradientWrapMode
The gradient wrap mode for the brush
See Also