ImageLoader.DefaultLoader Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This contains the default loader which is configured to be 50 images up to 4 megs of memory. Assigning to this property a new value will change the behavior. This property is lazyly computed, the first time an image is requested.
public static MonoTouch.Dialog.Utilities.ImageLoader DefaultLoader;
staticval mutable DefaultLoader : MonoTouch.Dialog.Utilities.ImageLoader