次の方法で共有


ArcMotion.MinimumVerticalAngle Property

Definition

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:

Returns the minimum arc along the circle between two points aligned near vertically. When start and end points are close to vertical, the calculated center point of the circle will be far from both points, giving a near straight path between the points. By setting a minimum angle, this forces the center point to be closer and give an exaggerated curve to the path.

The default value is 0.

Java documentation for android.transition.ArcMotion.getMinimumVerticalAngle().

Property setter documentation:

Sets the minimum arc along the circle between two points aligned near vertically. When start and end points are close to vertical, the calculated center point of the circle will be far from both points, giving a near straight path between the points. By setting a minimum angle, this forces the center point to be closer and give an exaggerated curve to the path.

The default value is 0.

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.

Applies to