Share via


FolderLauncherOptions.DesiredRemainingView Property

Definition

Specifies how much space on the screen to leave for the calling app when launching File Explorer. The calling app can take up more or less space than File Explorer, or File Explorer can fill the entire screen.

public:
 property ViewSizePreference DesiredRemainingView { ViewSizePreference get(); void set(ViewSizePreference value); };
ViewSizePreference DesiredRemainingView();

void DesiredRemainingView(ViewSizePreference value);
public ViewSizePreference DesiredRemainingView { get; set; }
var viewSizePreference = folderLauncherOptions.desiredRemainingView;
folderLauncherOptions.desiredRemainingView = viewSizePreference;
Public Property DesiredRemainingView As ViewSizePreference

Property Value

One of the enumeration values that specifies how much space on the screen to leave for the calling app when launching File Explorer.

Implements

Applies to