InterfaceIImageSourceProvider
Interface
Represents a type that can resolve a parameter to an ImageSource instance.
Definition
Namespace:Telerik.UI.Xaml.Controls.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public interface IImageSourceProvider
Methods
GetImageSource(object)
Retrieves the ImageSource instance from the specified parameter.
Declaration
cs-api-definition
ImageSource GetImageSource(object parameter)
Parameters
parameter
Returns
ImageSource