SamplerStateManager.ElementIndex Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves or sets the element index to use when an element with multiple textures is assigned to the sampler.

Definition

Visual Basic .NET Public Property ElementIndex As Integer
C# public int ElementIndex { get; set; }
Managed C++ public: __property int get_ElementIndex();
public: __property void set_ElementIndex(int);
JScript .NET public function get ElementIndex() : int
public function set ElementIndex(int);

Property Value

System.Int32 . Integer that represents the element index to set or retrieve.

This property is read/write. 

Remarks

The default value is 0.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.