ViewStates Enum

Definition

Identifies the visibility states of a view.

public enum ViewStates
type ViewStates = 
Inheritance
ViewStates

Fields

Name Value Description
Visible 0

Identifies the visible visibility state of a view.

Invisible 4

Identifies the invisible visibility state of a view.

Gone 8

Identifies the gone visibility state of a view.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to