UIInterpolatingMotionEffect.KeyPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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".