Android.Views.View.TransitionName Property
Returns the name of the View to be used to identify Views in Transitions.

Syntax

[get: Android.Runtime.Register("getTransitionName", "()Ljava/lang/String;", "GetGetTransitionNameHandler")]
[set: Android.Runtime.Register("setTransitionName", "(Ljava/lang/String;)V", "GetSetTransitionName_Ljava_lang_String_Handler")]
public string TransitionName { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the name of the View to be used to identify Views in Transitions. Names should be unique in the View hierarchy.

This returns null if the View has not been given a name.

Set method documentation [Android Documentation]

Sets the name of the View to be used to identify Views in Transitions. Names should be unique in the View hierarchy.

Requirements

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