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

Namespace:  C1.Phone.Calendar
Assembly:  C1.Phone.Calendar (in C1.Phone.Calendar.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public class BooleanToVisibilityConverter : IValueConverter
Visual Basic
Public Class BooleanToVisibilityConverter _
	Implements IValueConverter
XAML Object Element Usage
<BooleanToVisibilityConverter .../>

Inheritance Hierarchy

System..::..Object
  C1.Phone.Calendar..::..BooleanToVisibilityConverter

See Also