Represents a spline key frame to define animation progress.
Inheritance
- Object
- DependencyObject
- KeySpline
Syntax
<KeySpline .../>
<object property="controlPoint1 controlPoint2"/>
XAML Values
- controlPoint1
-
The curve's first control point, expressed as an x,y pair. The point's x- and y-values must each be between 0 and 1, inclusive. For more information, see the ControlPoint1 property.
- controlPoint2
-
The curve's second control point, expressed as an x,y pair. The point's x- and y-values must each be between 0 and 1, inclusive. For more information, see the ControlPoint2 property.
Attributes
- ActivatableAttribute(NTDDI_WIN8)
- MarshalingBehaviorAttribute(Agile)
- ThreadingAttribute(Both)
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The KeySpline class has these types of members:
Constructors
The KeySpline class has these constructors.
| Constructor | Description |
|---|---|
| KeySpline | Initializes a new instance of the KeySpline class. |
Methods
The KeySpline class has these methods. It also inherits methods from the Object class.
| Method | Description |
|---|---|
| ClearValue | Clears the local value of a dependency property. (Inherited from DependencyObject) |
| GetAnimationBaseValue | Returns any base value established for a dependency property, which would apply in cases where an animation is not active. (Inherited from DependencyObject) |
| GetValue | Returns the current effective value of a dependency property from a DependencyObject. (Inherited from DependencyObject) |
| ReadLocalValue | Returns the local value of a dependency property, if a local value is set. (Inherited from DependencyObject) |
| SetValue | Sets the local value of a dependency property on a DependencyObject. (Inherited from DependencyObject) |
Properties
The KeySpline class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read/write | Gets or sets the first control point used to define a Bezier curve that describes a KeySpline. | |
| Read/write | Gets or sets the second control point used to define a Bezier curve that describes a KeySpline. | |
| Read-only | Gets the CoreDispatcher that this object is associated with. (Inherited from DependencyObject) |
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012