LauncherOptions.UI Property

Definition

Gets the user interface (UI) options when starting a default app.

public:
 property LauncherUIOptions ^ UI { LauncherUIOptions ^ get(); };
LauncherUIOptions UI();
public LauncherUIOptions UI { get; }
var launcherUIOptions = launcherOptions.uI;
Public ReadOnly Property UI As LauncherUIOptions

Property Value

The UI options.

Remarks

Important

This property is only implemented on Desktop devices.

Applies to

See also