ApplicationViewScaling Class
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.
Provides methods and properties for controlling layout scaling.
public ref class ApplicationViewScaling sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.ViewManagement.ViewManagementViewScalingContract, 65536)]
class ApplicationViewScaling final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.ViewManagement.ViewManagementViewScalingContract), 65536)]
public sealed class ApplicationViewScaling
Public NotInheritable Class ApplicationViewScaling
- Inheritance
- Attributes
Windows requirements
Device family |
Xbox One Extensions for the UWP (introduced in 10.0.10240.0)
Windows 10 Anniversary Edition (introduced in 10.0.14393.0) |
API contract |
Windows.UI.ViewManagement.ViewManagementViewScalingContract (introduced in v1.0)
|
Properties
DisableLayoutScaling |
Gets a value that indicates whether layout scaling is disabled. |
Methods
TrySetDisableLayoutScaling(Boolean) |
Attempts to set the DisableLayoutScaling property to the specified value. |