Visibility enumeration

0 out of 1 rated this helpful - Rate this topic

Specifies the display state of an element.

Syntax


public enum class Visibility


<object property="visibilityMemberName"/>

Attributes

VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The Visibility enumeration has these members.

MemberValueDescription
Visible0

Display the element.

Collapsed1

Do not display the element, and do not reserve space for it in layout.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml
Windows::UI::Xaml [C++]

Metadata

Windows.winmd

 

 

Build date: 1/31/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.