BooleanToVisibilityConverter Class
Represents the converter that converts Boolean values to and from Visibility enumeration values.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | BooleanToVisibilityConverter() | Initializes a new instance of the BooleanToVisibilityConverter class. |
| Name | Description | |
|---|---|---|
![]() | Convert(Object, Type, Object, CultureInfo) | Converts a Boolean value to a Visibility enumeration value. |
![]() | ConvertBack(Object, Type, Object, CultureInfo) | Converts a Visibility enumeration value to a Boolean value. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Use the BooleanToVisibilityConverter class to convert a Boolean to and from a Visibility value. The Convert method returns Visibility.Visible when true is passed in or Visibility.Collapsed when false is passed in. Note that the Visibility.Collapsed value hides the control and does not reserve space for it in a layout. When you call the ConvertBack method and specify a reference to an object, it returns true if the object is Visible; otherwise, it returns false.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
