Click or drag to resize
CanvasAnimatedControlDevice Property
Gets the underlying device used by this control.

Namespace:  Microsoft.Graphics.Canvas.UI.Xaml
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

ICanvasResourceCreatorDevice
Remarks

This property may be accessed from any thread.

See Also