ApplicationView.DesiredBoundsMode Property

Definition

Gets a value that indicates the bounds used by the framework to lay out the contents of the window (app view).

public:
 property ApplicationViewBoundsMode DesiredBoundsMode { ApplicationViewBoundsMode get(); };
ApplicationViewBoundsMode DesiredBoundsMode();
public ApplicationViewBoundsMode DesiredBoundsMode { get; }
var applicationViewBoundsMode = applicationView.desiredBoundsMode;
Public ReadOnly Property DesiredBoundsMode As ApplicationViewBoundsMode

Property Value

The current layout bounds of the window. The default is UseVisible.

Applies to