ArcMotion.MinimumVerticalAngle 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.
Returns the minimum arc along the circle between two points aligned near vertically. -or- Sets the minimum arc along the circle between two points aligned near vertically.
public virtual float MinimumVerticalAngle { [Android.Runtime.Register("getMinimumVerticalAngle", "()F", "GetGetMinimumVerticalAngleHandler")] get; [Android.Runtime.Register("setMinimumVerticalAngle", "(F)V", "GetSetMinimumVerticalAngle_FHandler")] set; }
[<get: Android.Runtime.Register("getMinimumVerticalAngle", "()F", "GetGetMinimumVerticalAngleHandler")>]
[<set: Android.Runtime.Register("setMinimumVerticalAngle", "(F)V", "GetSetMinimumVerticalAngle_FHandler")>]
member this.MinimumVerticalAngle : single with get, set
Property Value
The minimum angle of the arc on a circle describing the Path between two nearly vertically-separated points.
- Attributes
Remarks
Property getter documentation:
Java documentation for android.transition.ArcMotion.getMinimumVerticalAngle().
Property setter documentation:
Java documentation for android.transition.ArcMotion.setMinimumVerticalAngle(float).
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.