ApplicationView.SetDesiredBoundsMode(ApplicationViewBoundsMode) Method

Definition

Sets a value indicating the bounds used by the framework to lay out the contents of the window (app view).

public:
 virtual bool SetDesiredBoundsMode(ApplicationViewBoundsMode boundsMode) = SetDesiredBoundsMode;
bool SetDesiredBoundsMode(ApplicationViewBoundsMode const& boundsMode);
public bool SetDesiredBoundsMode(ApplicationViewBoundsMode boundsMode);
function setDesiredBoundsMode(boundsMode)
Public Function SetDesiredBoundsMode (boundsMode As ApplicationViewBoundsMode) As Boolean

Parameters

boundsMode
ApplicationViewBoundsMode

The bounds that the framework should use to lay out the contents of the window (app view).

Returns

Boolean

bool

true to confirm that the change to DesiredBoundsMode was successful; otherwise, false.

Applies to