Click or drag to resize
Visibility Enumeration
Specifies the display state of an element.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public enum Visibility
Members
  Member nameValueDescription
Visible0 Display the element.
Collapsed1 Do not display the element, and do not reserve space for it in layout.
See Also