ApplicationViewScaling.TrySetDisableLayoutScaling(Boolean) Method
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.
Attempts to set the DisableLayoutScaling property to the specified value.
public:
static bool TrySetDisableLayoutScaling(bool disableLayoutScaling);
static bool TrySetDisableLayoutScaling(bool const& disableLayoutScaling);
public static bool TrySetDisableLayoutScaling(bool disableLayoutScaling);
function trySetDisableLayoutScaling(disableLayoutScaling)
Public Shared Function TrySetDisableLayoutScaling (disableLayoutScaling As Boolean) As Boolean
Parameters
- disableLayoutScaling
-
Boolean
bool
true to disable layout scaling; false to enable it.
Returns
Boolean
bool
true if the property was set successfully; otherwise, false.
Remarks
This method will always return false on devices other than Xbox.