Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
声明
Public Shared ReadOnly Property DeviceToLogicalUnitsScalingFactorX As Double
    Get
用法
Dim value As Double
value = DpiHelper.DeviceToLogicalUnitsScalingFactorX
public static double DeviceToLogicalUnitsScalingFactorX { get; }
public:
static property double DeviceToLogicalUnitsScalingFactorX {
    double get ();
}
static member DeviceToLogicalUnitsScalingFactorX : float
static function get DeviceToLogicalUnitsScalingFactorX () : double
Property Value
Type: System.Double
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.