Visibility Enumeration

Specifies the current display state of a particular .NET Micro Framework element.

Namespace: Microsoft.SPOT.Presentation
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public enum Visibility

Members

  Member name Description
Collapsed A value specifying that the element is not displayed and no space is reserved for it in the layout.
Hidden A value specifying that the element is not displayed but space is reserved for it in the layout.
Visible A value specifying that the element is displayed.

Remarks

Elements that have a UIElement.Visibility property value of Collapsed do not occupy any layout space. Note that by default, elements are visible (specified by the Visible value).

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

Microsoft.SPOT.Presentation Namespace