Expand Minimize
0 out of 1 rated this helpful - Rate this topic

DEVICE_SCALE_FACTOR enumeration

Indicates a spoofed device scale factor, as a percent. Used by IApplicationDesignModeSettings::SetApplicationViewState and IApplicationDesignModeSettings::IsApplicationViewStateSupported

Syntax


typedef enum DEVICE_SCALE_FACTOR { 
  SCALE_100_PERCENT  = 100,
  SCALE_140_PERCENT  = 140,
  SCALE_180_PERCENT  = 180
} DEVICE_SCALE_FACTOR;

Constants

SCALE_100_PERCENT

100%. The scale factor for the device is 1x.

SCALE_140_PERCENT

140%. The scale factor for the device is 1.4x.

SCALE_180_PERCENT

180%. The scale factor for the device is 1.8x.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Shtypes.h

IDL

Shtypes.idl

See also

IApplicationDesignModeSettings::SetApplicationViewState
IApplicationDesignModeSettings::IsApplicationViewStateSupported

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.