CoreApplicationView.IsMain Property

Definition

Gets a value that indicates whether this app view is the main app view or not.

public:
 property bool IsMain { bool get(); };
bool IsMain();
public bool IsMain { get; }
var boolean = coreApplicationView.isMain;
Public ReadOnly Property IsMain As Boolean

Property Value

Boolean

bool

If true, this app view is the main; if false, it is not.

Applies to