Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 492 Bytes

visibility.md

File metadata and controls

36 lines (22 loc) · 492 Bytes
-api-id -api-type
T:Microsoft.UI.Xaml.Visibility
winrt enum

Visibility

-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.

-remarks

-examples

-see-also