UIInterpolatingMotionEffect.MaximumRelativeValue 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.
The maximum value for the KeyPath.
public virtual Foundation.NSObject MaximumRelativeValue { [Foundation.Export("maximumRelativeValue", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setMaximumRelativeValue:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.MaximumRelativeValue : Foundation.NSObject with get, set
Property Value
This value can be null
.
- Attributes
Remarks
This is the maximum value that would be added to the specified keypath value.