Class BooleanToGridRowHeightConverter
Converts a Boolean value denoting visibility, to a grid row height value specified in a subclass.
true => grid row should be visible, and converter returns the value
false => grid row should be hidden, and converter returns 0.
Inheritance
BooleanToGridRowHeightConverter
Assembly: Sdl.Desktop.Platform.Controls.dll
public abstract class BooleanToGridRowHeightConverter : IValueConverter
Constructors
Declaration
protected BooleanToGridRowHeightConverter(object valueWhenVsible)
Parameters
Type |
Name |
Description |
object |
valueWhenVsible |
|
Methods
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Returns
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Returns
Implements
Extension Methods