ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DXGI Namespace / SwapChain Class / IsFullScreen Property

In This Topic
    IsFullScreen Property
    In This Topic
    Gets or sets a value indicating whether the swapchain is in fullscreen.
    Syntax
    'Declaration
     
    Public Property IsFullScreen As System.Boolean
    public System.bool IsFullScreen {get; set;}
    See Also