CanvasSwapChainPanel.SwapChain 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
Syntaxpublic CanvasSwapChain SwapChain { get; set; }
Property Value
Type:
CanvasSwapChain
RemarksThis property is initially set to null.
See Also