CurveKeyCollection.Item Property
Gets or sets the element at the specified index.
Syntax
'Declaration
Public Property Item ( _
index As Integer _
) As CurveKey
public CurveKey this [
int index
] { get; set; }
public:
property CurveKey default [Int32] {
CurveKey get (int index);
void set (CurveKey value);
}
Property Value
Type: CurveKey
The CurveKey at the specified index.
Exceptions
Exception type | Condition |
---|---|
ArgumentNullException | Item is null. |
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
CurveKeyCollection Class
CurveKeyCollection Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone