ButtonSizeToRibbonControlSizeConverterConvert Method

Converts the size type of ButtonSize to the size type of a Ribbon control.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public Object Convert(
	Object value,
	Type targetType,
	Object parameter,
	CultureInfo culture
)

Parameters

value  Object
Value to convert.
targetType  Type
Target type to convert.
parameter  Object
Parameter to convert.
culture  CultureInfo
Culture information reference.

Return Value

Object
Object with the value converted.

Implements

IValueConverterConvert(Object, Type, Object, CultureInfo)

See Also