The following tables list the members exposed by VisToBool.
Public Constructors
Public Properties
| Name | Description |
| Inverted |
Gets or sets the direction. True = Boolean to Visibility; False = Visibility to Boolean.
|
| Not |
Gets or sets whether True==Visible, the default, or False==Visible.
|
| VisibilityWhenHidden |
Gets or sets the Visibility to check. The default is Visibility.Collapsed.
|
Top
Public Methods
| Name | Description |
| Convert |
Converts a Boolean value to a Visibility enumeration value.
|
| ConvertBack |
Converts a Visibility enumeration value to a Boolean value.
|
Top
See Also