Click or drag to resize
NullToVisibilityConverterConvert Method
Converts a value to a Visibility enumeration value depending on whether the value is .

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 value to convert.
targetType
Type: SystemType
This parameter is not used.
parameter
Type: SystemObject
If this parameter is the string "Invert", inverts the behavior of the converter (treating as not- and treating not- as ).
culture
Type: System.GlobalizationCultureInfo
This parameter is not used.

Return Value

Type: Object
Collapsed if value is ; otherwise, Visible. If parameter is the string "Invert", this behavior is reversed.

Implements

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