Visibility 열거형
정의
요소의 표시 상태를 지정합니다.Specifies the display state of an element.
public enum class Visibility
public enum Visibility
type Visibility =
Public Enum Visibility
- 상속
필드
Collapsed | 2 | 요소를 표시하지 않고 레이아웃에서 요소에 대한 공간을 예약하지 않습니다.Do not display the element, and do not reserve space for it in layout. |
Hidden | 1 | 요소를 표시하지 않고 레이아웃에서 요소에 대한 공간을 예약합니다.Do not display the element, but reserve space for the element in layout. |
Visible | 0 | 요소를 표시합니다.Display the element. |
설명
요소는 Visibility 은 축소 된 레이아웃 공간을 차지 하지 않습니다.Elements that have a Visibility value of Collapsed do not occupy any layout space. 요소는 기본적으로 표시 됩니다.By default, elements are Visible.