[]
Represents a converter that converts a bool to a Visibility and back.
public sealed class VisibilityConverter : IValueConverter
| Name | Description |
|---|---|
| VisibilityConverter() |
| Name | Description |
|---|---|
| Convert(object, Type, object, CultureInfo) | Converts a boolean value to a Visibility value. |
| ConvertBack(object, Type, object, CultureInfo) | Converts a Visibility value back to a boolean. |