Click or drag to resize
CanvasSwapChainPanelSwapChain Property
Gets or sets the associated swap chain object.

Namespace:  Microsoft.Graphics.Canvas.UI.Xaml
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public CanvasSwapChain SwapChain { get; set; }

Property Value

Type: CanvasSwapChain
Remarks
This property is initially set to null.
See Also