ClassTestListTypeToImageSourceConverter
Class
NEVER USE THIS CONVERTOR. IT WILL CRASH TEST STUDIO
Definition
Namespace:ArtOfTest.WebAii.Design.UI
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class TestListTypeToImageSourceConverter : IValueConverter
Inheritance: objectTestListTypeToImageSourceConverter
Implements:
Constructors
TestListTypeToImageSourceConverter()
Declaration
cs-api-definition
public TestListTypeToImageSourceConverter()
Properties
DynamicTestListBitmapImage
Declaration
cs-api-definition
public static ImageSource DynamicTestListBitmapImage { get; }
Property Value
Instance
Declaration
cs-api-definition
public static TestListTypeToImageSourceConverter Instance { get; }
Property Value
RegularTestListImageSource
Declaration
cs-api-definition
public static ImageSource RegularTestListImageSource { get; }
Property Value
Methods
Convert(object, Type, object, CultureInfo)
Declaration
cs-api-definition
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
targetType
parameter
culture
Returns
Implements
ConvertBack(object, Type, object, CultureInfo)
Declaration
cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
targetType
parameter
culture
Returns
Implements