Click or drag to resize
CanvasLinearGradientBrushTransform Property
The transform affecting the brush.

Namespace:  Microsoft.Graphics.Canvas.Brushes
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public Matrix3x2 Transform { get; set; }

Property Value

Type: Matrix3x2

Implements

ICanvasBrushTransform
See Also