SamplerStateCollection.Item Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets a SamplerState object in the collection at the specified index value.
Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework.Graphics (in Microsoft.Xna.Framework.Graphics.dll)
Syntax
'Declaration
Public Property Item ( _
index As Integer _
) As SamplerState
public SamplerState this[
int index
] { get; set; }
Parameters
- index
Type: System.Int32
The index of the requested SamplerState object.
Property Value
Type: Microsoft.Xna.Framework.Graphics.SamplerState
The object at the specified index.
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.