Transition.Epicenter Property

Definition

Returns the epicenter as specified by the android.transition.Transition.EpicenterCallback or null if no callback exists.

public virtual Android.Graphics.Rect? Epicenter { [Android.Runtime.Register("getEpicenter", "()Landroid/graphics/Rect;", "GetGetEpicenterHandler")] get; }
[<get: Android.Runtime.Register("getEpicenter", "()Landroid/graphics/Rect;", "GetGetEpicenterHandler")>]
member this.Epicenter : Android.Graphics.Rect

Property Value

the epicenter as specified by the android.transition.Transition.EpicenterCallback or null if no callback exists.

Attributes

Remarks

Returns the epicenter as specified by the android.transition.Transition.EpicenterCallback or null if no callback exists.

Java documentation for android.transition.Transition.getEpicenter().

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

See also

  • <xref:Android.Transitions.Transition.SetEpicenterCallback(.EpicenterCallback)>