CVB.Net 15.0
Loading...
Searching...
No Matches
Stemmer.Cvb.Wpf.Converters Namespace Reference

Classes

class  BoolInversionConverter
 Converter that inverts a boolean value. More...
 
class  BoolToVisibilityConverter
 Converter that takes a bool value and translates it into a visibility. More...
 
class  ComparisonToVisibilityConverter
 Converter that takes a bool value and translates it into a visibility. More...
 
class  GlowConverter
 Converter that converts a brush into a slightly brighter and more transparent version of itself. More...
 
class  MathConverter
 Converts the binding values according to the mathematical expression in the parameter. More...
 
class  NamespaceDoc
 The namespace Stemmer.Cvb.Wpf.Converters contains controls for use in Bindings in WPF applications. More...
 
class  NoEmptyStringConverter
 Converter that inverts a boolean value. More...
 
class  ProductConverter
 Converter that builds the product of an arbitrary number of input values or over an input value and a constant. More...
 
class  TernaryEqualityCheckConverter
 Compares the binding values 1 and 2. If both are equal (or not equal, depending on the parameter value...) then value 3 is returned, otherwise value 4 is returned. Any value beyond 4 will be ignored. More...
 
class  ThicknessComposeConverter
 Composes a Thickness value from 1 or more input values, potentially doing calculations on them as defined by the converter parameter. More...
 

Enumerations

enum  BoolToVisibilityConversion { TrueVisibleFalseHidden , TrueVisibleFalseCollapsed , TrueHiddenFalseVisible , TrueCollapsedFalseVisible }
 The different conversion modes supported by this converter. More...
 
enum  TernaryEqualityCheck { Equality , Inequality }
 Operation logic for the TernaryEqualityCheckConverter. More...
 

Enumeration Type Documentation

◆ BoolToVisibilityConversion

The different conversion modes supported by this converter.

Enumerator
TrueVisibleFalseHidden 

true is translated to visible, false to hidden (default mode)

TrueVisibleFalseCollapsed 

true is translated to visible, false to collapsed

TrueHiddenFalseVisible 

true is translated to hidden, false to visible

TrueCollapsedFalseVisible 

true is translated to collapsed, false to visible

◆ TernaryEqualityCheck

Operation logic for the TernaryEqualityCheckConverter.

Enumerator
Equality 

check for equality

Inequality 

check for inequality