VisibilityToBoolConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class converts a Visibility enumeration to a boolean value.
public class VisibilityToBoolConverter : Microsoft.UI.Xaml.Data.IValueConverter
type VisibilityToBoolConverter = class
interface IValueConverter
Public Class VisibilityToBoolConverter
Implements IValueConverter
- Inheritance
-
VisibilityToBoolConverter
- Implements
-
Microsoft.UI.Xaml.Data.IValueConverter
Constructors
VisibilityToBoolConverter() |
Methods
Convert(Object, Type, Object, String) |
Convert a Microsoft.UI.Xaml.Visibility value to boolean. |
ConvertBack(Object, Type, Object, String) |
Convert back a boolean value to Microsoft.UI.Xaml.Visibility. |