Share via


CurveContinuity Enumeration

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Defines the continuity of CurveKey instances on a Curve.

Namespace:  Microsoft.Xna.Framework
Assembly:  Microsoft.Xna.Framework.Math (in Microsoft.Xna.Framework.Math.dll)

Syntax

'Declaration
Public Enumeration CurveContinuity
public enum CurveContinuity

Members

Member name Description
Smooth Interpolation can be used between this CurveKey and the next.
Step Interpolation cannot be used between this CurveKey and the next. Specifying a position between the two points returns this point.

Version Information

Silverlight

Supported in: 5

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.