C# Класс SilverFlow.Controls.Converters.BooleanToVisibilityConverter

Наследование: IValueConverter
Показать файл Открыть проект

Открытые методы

Метод Описание
Convert ( object value, Type targetType, object parameter, System culture ) : object

Converts a boolean value to the display state of an element.

ConvertBack ( object value, Type targetType, object parameter, System culture ) : object

Описание методов

Convert() публичный Метод

Converts a boolean value to the display state of an element.
public Convert ( object value, Type targetType, object parameter, System culture ) : object
value object The source data being passed to the target.
targetType System.Type The of data expected by the target dependency property.
parameter object An optional parameter to be used in the converter logic.
culture System The culture of the conversion.
Результат object

ConvertBack() публичный Метод

public ConvertBack ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
Результат object