Click or drag to resize

LinearGradientBrushIHandlerGetGradientWrap Method

Gets the gradient wrap mode

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

Parameters

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

Return Value

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