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