EffectAnnotationCollection.Item Property (Int32)
Gets a specific EffectAnnotation object by using an index value.
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As EffectAnnotation
public EffectAnnotation this [
int index
] { get; }
public:
property EffectAnnotation default [Int32] {
EffectAnnotation get (int index);
}
Property Value
Type: EffectAnnotation
The EffectAnnotation object at index index.
Requirements
Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)
See Also
Reference
EffectAnnotationCollection Class
EffectAnnotationCollection Members
Microsoft.Xna.Framework.Graphics Namespace
Platforms
Windows Phone