Class MenuScrollingEnabledConverter
Data binding converter to handle whether repeat buttons in scrolling menus are enabled.
Implements
Inherited Members
Namespace: PresentationTheme.AeroLite.Win10
Assembly: PresentationTheme.AeroLite.Win10.dll
Syntax
public sealed class MenuScrollingEnabledConverter : IMultiValueConverter
Methods
| Improve this Doc View SourceConvert(Object[], Type, Object, CultureInfo)
Converts a ScrollViewer state to a Boolean value indicating whether a specific scrolled percentage is reached.
Declaration
public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)
Parameters
Type | Name | Description |
---|---|---|
Object[] | values | Double values indicating the current state of the ScrollViewer. |
Type | targetType | The type of the binding target property. |
Object | parameter | A Double value indicating the scrolled percentage at
which the converter returns true. Use |
CultureInfo | culture | The culture to use in the converter. Not used. |
Returns
Type | Description |
---|---|
Object | true if the |
Explicit Interface Implementations
| Improve this Doc View SourceIMultiValueConverter.ConvertBack(Object, Type[], Object, CultureInfo)
Declaration
object[] IMultiValueConverter.ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)
Parameters
Type | Name | Description |
---|---|---|
Object | value | |
Type[] | targetTypes | |
Object | parameter | |
CultureInfo | culture |
Returns
Type | Description |
---|---|
Object[] |