Для изменения размера нажмите или перетащите
InvertedBooleanToVisibilityConverterConvert - метод
Converts a value.

Пространство имён:  PZone.Wpf.Converters
Сборка:  PZone.Wpf (в PZone.Wpf.dll) Версия: 1.0.0.0 (1.0.0.0)
Синтаксис
C#
public Object Convert(
	Object value,
	Type targetType,
	Object parameter,
	CultureInfo culture
)

Параметры

value
Тип: SystemObject
The value produced by the binding source.
targetType
Тип: SystemType
The type of the binding target property.
parameter
Тип: SystemObject
The converter parameter to use.
culture
Тип: System.GlobalizationCultureInfo
The culture to use in the converter.

Возвращаемое значение

Тип: Object
A converted value. If the method returns null, the valid null value is used.

Реализации

IValueConverterConvert(Object, Type, Object, CultureInfo)
См. также