Visibility Enumeration
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Specifies the display state of an element.
<object property="EnumerationValue" .../>
value = "EnumerationValue"
Enumeration Values
Value |
Description |
---|---|
Collapsed |
Do not display the element, and do not reserve space for it in layout. |
Visible |
Display the element. |
Remarks
Elements that have a Visibility value of Collapsed do not occupy any layout space. By default, elements are Visible.