Share via


ChangeTransform.Reparent Property

Definition

Returns whether parent changes will be tracked by the ChangeTransform. -or- Sets whether parent changes will be tracked by the ChangeTransform.

public virtual bool Reparent { [Android.Runtime.Register("getReparent", "()Z", "GetGetReparentHandler")] get; [Android.Runtime.Register("setReparent", "(Z)V", "GetSetReparent_ZHandler")] set; }
[<get: Android.Runtime.Register("getReparent", "()Z", "GetGetReparentHandler")>]
[<set: Android.Runtime.Register("setReparent", "(Z)V", "GetSetReparent_ZHandler")>]
member this.Reparent : bool with get, set

Property Value

whether parent changes will be tracked by the ChangeTransform.

Attributes

Remarks

Property getter documentation:

Returns whether parent changes will be tracked by the ChangeTransform. If parent changes are tracked, then the transform will adjust to the transforms of the different parents. If they aren't tracked, only the transforms of the transitioning view will be tracked. Default is true.

Java documentation for android.transition.ChangeTransform.getReparent().

Property setter documentation:

Sets whether parent changes will be tracked by the ChangeTransform. If parent changes are tracked, then the transform will adjust to the transforms of the different parents. If they aren't tracked, only the transforms of the transitioning view will be tracked. Default is true.

Java documentation for android.transition.ChangeTransform.setReparent(boolean).

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