Click or drag to resize

VisualNodeWorkerStateToTextConvertBack Methode

Wandelt die Farben gelb, grün, rot (SolidColorBrush) in null, true, false.

Namensraum: Vishnu.WPF_UI.ValueConverter
Assembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+d75bac576d44afb64cfff79fd3665c8ca1172cbc
Syntax
public Object ConvertBack(
	Object value,
	Type targetType,
	Object parameter,
	CultureInfo culture
)

Parameter

value  Object
SolidColorBrush (gelb, grün, rot)
targetType  Type
Brush-Typ
parameter  Object
Konvertierparameter
culture  CultureInfo
Kultur

Rückgabewert

Object
Nullable-Bool

Implementiert

IValueConverterConvertBack(Object, Type, Object, CultureInfo)
Siehe auch