Visibility Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

'Declaration
Public Enumeration Visibility
public enum Visibility
public enum class Visibility
type Visibility
public enum Visibility

Members

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

Remarks

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

See Also

Reference

Microsoft.SPOT.Presentation Namespace