CrispImage.SetImageLibrary(DependencyObject, ImageLibrary) Método

Definição

Define a biblioteca de imagens usada pelos objetos CrispImage que são descendentes do elemento ao qual essa propriedade está anexada. Se isso for nulo, DefaultImageLibrary será usado.

public:
 static void SetImageLibrary(System::Windows::DependencyObject ^ element, Microsoft::VisualStudio::Imaging::ImageLibrary ^ value);
public static void SetImageLibrary (System.Windows.DependencyObject element, Microsoft.VisualStudio.Imaging.ImageLibrary value);
static member SetImageLibrary : System.Windows.DependencyObject * Microsoft.VisualStudio.Imaging.ImageLibrary -> unit
Public Shared Sub SetImageLibrary (element As DependencyObject, value As ImageLibrary)

Parâmetros

element
DependencyObject

O elemento .

value
ImageLibrary

O valor.

Aplica-se a