Click or drag to resize

LinearGradientBrushTransform Property

Gets or sets the transform to apply to the gradient

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public IMatrix Transform { get; set; }

Property Value

Type: IMatrix
The transform to apply to the gradient

Implements

ITransformBrushTransform
See Also