VertexChannelCollection.Item Property (Int32)
Note
This property is available only when developing for Windows.
Gets or sets the vertex channel at the specified index position.
Syntax
'Declaration
Public Property Item ( _
index As Integer _
) As VertexChannel
public VertexChannel this [
int index
] { get; set; }
public:
property VertexChannel default [Int32] {
VertexChannel get (int index);
void set (VertexChannel value);
}
Property Value
Type: VertexChannel
A vertex channel object.
Requirements
Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
See Also
Reference
VertexChannelCollection Class
VertexChannelCollection Members
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace
Platforms
Windows 7, Windows Vista, Windows XP