Visibility
June 22, 2022 · View on GitHub
-description
Specifies the display state of an element.
-xaml-syntax
<object property="visibilityMemberName"/>
-enum-fields
-field Visible:0
Display the element.
-field Collapsed:1
Do not display the element, and do not reserve space for it in layout.