Click or drag to resize

ChildOrientationToExpandDirectionConvertBack method

Converts ExpandDirection to Orientation.

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

Parameters

value  Object
ExpandDirection
targetType  Type
Orientation
parameters  Object
Conversion parameters
culture  CultureInfo
Culture

Return value

Object
Orientation (Horizontal, Vertical)

Implemented

IValueConverterConvertBack(Object, Type, Object, CultureInfo)
See also