Get or set the Interpolation mode that the SystemImageListHelper will use
to render the Thumbnails. Change this property to optimize image rendering for quality or
speed.
| C# | Visual Basic | Visual C++ |
public InterpolationMode InterpolationMode { get; set; }
Public Property InterpolationMode As InterpolationMode
public: property InterpolationMode InterpolationMode { InterpolationMode get (); void set (InterpolationMode value); }