Visibility.Mode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns whether appearing and/or disappearing Views are supported. -or- Changes the transition to support appearing and/or disappearing Views, depending
on mode
.
public virtual Android.Transitions.VisibilityMode Mode { [Android.Runtime.Register("getMode", "()I", "GetGetModeHandler")] get; [Android.Runtime.Register("setMode", "(I)V", "GetSetMode_IHandler")] set; }
[<get: Android.Runtime.Register("getMode", "()I", "GetGetModeHandler")>]
[<set: Android.Runtime.Register("setMode", "(I)V", "GetSetMode_IHandler")>]
member this.Mode : Android.Transitions.VisibilityMode with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Returns whether appearing and/or disappearing Views are supported.
Returns whether appearing and/or disappearing Views are supported. A combination of #MODE_IN
and #MODE_OUT
.
Java documentation for android.transition.Visibility.getMode()
.
Property setter documentation:
Changes the transition to support appearing and/or disappearing Views, depending on mode
.
Java documentation for android.transition.Visibility.setMode(int)
.
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.