CrispImage.DefaultImageLibrary Property
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.
The image library used for CrispImages that don't have their ImageLibrary property set
public:
static property Microsoft::VisualStudio::Imaging::ImageLibrary ^ DefaultImageLibrary { Microsoft::VisualStudio::Imaging::ImageLibrary ^ get(); void set(Microsoft::VisualStudio::Imaging::ImageLibrary ^ value); };
public static Microsoft.VisualStudio.Imaging.ImageLibrary DefaultImageLibrary { get; set; }
static member DefaultImageLibrary : Microsoft.VisualStudio.Imaging.ImageLibrary with get, set
Public Shared Property DefaultImageLibrary As ImageLibrary
Property Value
The image library..