Show / Hide Table of Contents

Class MultiBooleanToVisibilityConverterExtension

Converts a few boolean values to a Visibility value depending on the boolean operation

Inheritance
object
MarkupExtension
MultiConverterExtensionBase
BooleanMultiConverterExtension
MultiBooleanToVisibilityConverterExtension
Implements
IMultiValueConverter
BooleanMultiConverterExtension.BoolOperation
MultiConverterExtensionBase.ConvertBack(object, Type[], object, CultureInfo)
MultiConverterExtensionBase.ProvideValue(IServiceProvider)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Presentation.Converter
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public class MultiBooleanToVisibilityConverterExtension : BooleanMultiConverterExtension, IMultiValueConverter

Properties

View Source

Collapse

if True the False value will be Visibility.Collapsed
if False the False value will be Visibility.Hidden

Declaration
public bool Collapse { get; set; }
Property Value
Type Description
bool
View Source

Inverse

Indicates whether th result should be inverse

Declaration
public bool Inverse { get; set; }
Property Value
Type Description
bool

Methods

View Source

Convert(object[], Type, object, CultureInfo)

Declaration
public override object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)
Parameters
Type Name Description
object[] values
Type targetType
object parameter
CultureInfo culture
Returns
Type Description
object
Overrides
BooleanMultiConverterExtension.Convert(object[], Type, object, CultureInfo)

Implements

IMultiValueConverter

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX