DpiHelper::IsScalingRequired Property

 

Determines whether scaling is required when converting between logical-device units.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property bool IsScalingRequired {
	static bool get();
}

Property Value

Type: System::Boolean

true if scaling is required when converting between logical-device units, otherwise false.

Return to top
Show: