Click or drag to resize
MatchingUpdateStateToVisibilityConverterConvert Method
Converts an UpdateState value to a Visibility enumeration value.

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 value,
	Type targetType,
	Object parameter,
	CultureInfo culture
)

Parameters

value
Type: SystemObject
The UpdateState value to convert.
targetType
Type: SystemType
This parameter is not used.
parameter
Type: SystemObject
The value to match.
culture
Type: System.GlobalizationCultureInfo
This parameter is not used.

Return Value

Type: Object
Visible if value matches parameter, or Hidden otherwise.

Implements

IValueConverterConvert(Object, Type, Object, CultureInfo)
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue or parameter is .
See Also