Click or drag to resize
CanvasRadialGradientBrushDevice Property
The device associated with this brush.

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

Property Value

Type: CanvasDevice

Implements

ICanvasBrushDevice
See Also