LauncherUIOptions.PreferredPlacement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the preferred placement of the Open With and Warning dialog boxes when starting a default app.
public:
property Placement PreferredPlacement { Placement get(); void set(Placement value); };
Placement PreferredPlacement();
void PreferredPlacement(Placement value);
public Placement PreferredPlacement { get; set; }
var placement = launcherUIOptions.preferredPlacement;
launcherUIOptions.preferredPlacement = placement;
Public Property PreferredPlacement As Placement
Property Value
The preferred placement.
Remarks
Important
This property is only implemented on Desktop devices.