DpiHelper::UsePreScaledImages Property

Visual Studio 2015
 

Determines whether images should be pre-scaled at zoom levels higher than 200%, using NearestNeighbor up to the largest multiple of 100%

Namespace:   Microsoft.VisualStudio.Utilities.Dpi
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
property bool UsePreScaledImages {
	bool get();
}

Property Value

Type: System::Boolean

True if images should be pre-scaled, otherwise false.

Return to top
Show: