Android.Views.ViewGroup.TransitionGroup Property
Returns true if this ViewGroup should be considered as a single entity for removal when executing an Activity transition.

Syntax

[get: Android.Runtime.Register("isTransitionGroup", "()Z", "GetIsTransitionGroupHandler")]
[set: Android.Runtime.Register("setTransitionGroup", "(Z)V", "GetSetTransitionGroup_ZHandler")]
public virtual bool TransitionGroup { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns true if this ViewGroup should be considered as a single entity for removal when executing an Activity transition. If this is false, child elements will move individually during the transition.

Set method documentation [Android Documentation]

Changes whether or not this ViewGroup should be treated as a single entity during Activity Transitions.

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1