Enum BooleanToVisibilityHint
- Namespace
- ReactiveUI
- Assembly
- ReactiveUI.Maui.dll
Enum that hints at the visibility of a ui element.
- Extension Methods
Fields
Inverse = 2Inverse the action of the boolean type conversion, when it's true collapse the visibility.
None = 0Do not modify the boolean type conversion from it's default action of using the Visibility.Collapsed.
UseHidden = 4Use the hidden version rather than the Collapsed.