次の方法で共有


DpiHelper.ImageScalingMode Property

Definition

Retuns the ImageScalingMode algorithm to be used for resizing images in WinForms/Win32. This allows the shell to control the algorithm depending on the DPI zoom scale, and allows the user to override it via registry settings like General\ImageScalingXXX = (ImageScalingMode)value, with XXX the zoom factor in percents, e.g. ImageScaling150, etc.

public:
 property Microsoft::VisualStudio::PlatformUI::ImageScalingMode ImageScalingMode { Microsoft::VisualStudio::PlatformUI::ImageScalingMode get(); };
public:
 property Microsoft::VisualStudio::PlatformUI::ImageScalingMode ImageScalingMode { Microsoft::VisualStudio::PlatformUI::ImageScalingMode get(); };
public Microsoft.VisualStudio.PlatformUI.ImageScalingMode ImageScalingMode { get; }
member this.ImageScalingMode : Microsoft.VisualStudio.PlatformUI.ImageScalingMode
Public ReadOnly Property ImageScalingMode As ImageScalingMode

Property Value

The ImageScalingMode algorithm.

Applies to