DpiHelper.IsScalingRequired Property
Determines whether scaling is required when converting between logical-device units.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Shared ReadOnly Property IsScalingRequired As Boolean
public static bool IsScalingRequired { get; }
public:
static property bool IsScalingRequired {
bool get ();
}
static member IsScalingRequired : bool with get
static function get IsScalingRequired () : boolean
Property Value
Type: Boolean
true if scaling is required when converting between logical-device units, otherwise false.
.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.