Click or drag to resize
UpdateStateToSmallImageConverterConvert Method
Returns an ImageSource representing a stock small image that corresponds to the specified state information.

Namespace: Kjs.AppLife.Update.Wpf.Converters
Assembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntax
public Object Convert(
	Object[] values,
	Type targetType,
	Object parameter,
	CultureInfo culture
)

Parameters

values
Type: SystemObject
An array of two values that represent the following state information:
  • An UpdateState value that represents the general state of the control.
  • An Exception that represents the current error for the control's state, or if the control is not in an error state.
targetType
Type: SystemType
This parameter is not used.
parameter
Type: SystemObject
This parameter is not used.
culture
Type: System.GlobalizationCultureInfo
This parameter is not used.

Return Value

Type: Object
An ImageSource representing a stock small image that corresponds to the state information specified in values. This value may be .

Implements

IMultiValueConverterConvert(Object, Type, Object, CultureInfo)
See Also