Click or drag to resize

OrientationModifierConvert method

Converts an orientation (Horizontal, Vertical) depending on an additional switch of type OrientationSwitch: Unchanged=unchanged, Switched=reversed, Horizontal=horizontal, Vertical=vertical.

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: [Orientation][OrientationSwitch].
targetType  Type
Orientation
parameters  Object
Conversion parameters
culture  CultureInfo
Culture

Return value

Object
ExpandDirection (Down, Right)

Implemented

IMultiValueConverterConvert(ObjectType, Object, CultureInfo)
See also