Visibility Enumeration

Specifies the display state of an element.

XAML
<object property="EnumerationValue" .../>
Scripting
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.

Applies To

Visibility

See Also

Object Positioning in Silverlight
Visibility