ApplicationView.DesiredBoundsMode 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 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.