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

See Also

Reference

DpiHelper Class

Microsoft.VisualStudio.PlatformUI Namespace