C# Класс Microsoft.Windows.Controls.Ribbon.Primitives.RibbonScrollButtonVisibilityConverter

Data binding converter to handle the visibility of repeat buttons in scrolling ribbon.
Наследование: IMultiValueConverter
Показать файл Открыть проект

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

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

Convert a value. Called when moving a value from source to target.

ConvertBack ( object value, Type targetTypes, object parameter, CultureInfo culture ) : object[]

Not Supported

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

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

Convert a value. Called when moving a value from source to target.
public Convert ( object values, Type targetType, object parameter, CultureInfo culture ) : object
values object values as produced by source binding
targetType System.Type target type
parameter object converter parameter
culture System.Globalization.CultureInfo culture information
Результат object

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

Not Supported
public ConvertBack ( object value, Type targetTypes, object parameter, CultureInfo culture ) : object[]
value object value, as produced by target
targetTypes System.Type target types
parameter object converter parameter
culture System.Globalization.CultureInfo culture information
Результат object[]