Click or drag to resize
DisplayModeToImageVisibilityConverterConvert Method
Converts a ControllerDisplayMode enumeration value to a Visibility enumeration value based on whether the ControllerDisplayMode value indicates that images should be displayed.

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 ControllerDisplayMode value to convert.
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
Collapsed if value is LongTextOnly or ShortTextOnly; otherwise, Visible.

Implements

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