UIInterpolatingMotionEffect.KeyPath Property

Definition

An animatable property on the UIView to which the effect should be applied.

public virtual string KeyPath { [Foundation.Export("keyPath")] get; }
member this.KeyPath : string

Property Value

Attributes

Remarks

This is a keypath on the view, for example "center.x", or "frame.x".

Applies to