ApplicationViewScaling.TrySetDisableLayoutScaling(Boolean) Method

Definition

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.

Applies to