ApplicationViewScaling.DisableLayoutScaling 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 whether layout scaling is disabled.
public:
static property bool DisableLayoutScaling { bool get(); };
static bool DisableLayoutScaling();
public static bool DisableLayoutScaling { get; }
var boolean = ApplicationViewScaling.disableLayoutScaling;
Public Shared ReadOnly Property DisableLayoutScaling As Boolean
Property Value
Boolean
bool
true if layout scaling is disabled; otherwise, false.