Click or drag to resize

VisualNodeStateToBitmapImageConvert method

Translates a node state (enum) into an image.

Namespace: Vishnu.WPF_UI.ValueConverter
Assembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public Object Convert(
	
	Object[] values,
	
	Type targetType,
	
	Object parameters,
	
	CultureInfo culture
)

Parameters

values  Object
Array: [Status of the node][ResourceDictionary with BitmapImages].
targetType  Type
The target type (BitmapImage).
parameters  Object
Not used.
culture  CultureInfo
Language, special characters

Return value

Object
BitmapImage.

Implemented

IMultiValueConverterConvert(ObjectType, Object, CultureInfo)
See also