Represents a Binding converter that converts a Boolean value to the corresponding Visibility value. If ConverterParameter is not null, returns inverted value.

Namespace:  C1.Xaml.Calendar
Assembly:  C1.Xaml.Calendar (in C1.Xaml.Calendar.dll)

Syntax

C#
public class BooleanToVisibilityConverter : IValueConverter
Visual Basic
Public Class BooleanToVisibilityConverter _
	Implements IValueConverter

Inheritance Hierarchy

System..::..Object
  C1.Xaml.Calendar..::..BooleanToVisibilityConverter

See Also