<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexDeclaration.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementFormat.html"title="enum in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Next Class</span></a></li>
<ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementFormat.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementFormat</a> elementFormat,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementUsage</a> elementUsage,
int usageIndex)</code>
<divclass="block">Initializes a new instance of the VertexElement class.</div>
<divclass="block">Modifies the usage data to allow the user to specify multiple usage types.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementFormat.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementFormat</a></code></td>
<divclass="block">Gets the format of this vertex element.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementUsage</a></code></td>
<divclass="block">Modifies the usage data to allow the user to specify multiple usage types.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElement.html#setVertexElementFormat(Microsoft.Xna.Framework.Graphics.VertexElementFormat)">setVertexElementFormat</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementFormat.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementFormat</a> value)</code>
<divclass="block">Sets the format of this vertex element.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElement.html#setVertexElementUsage(Microsoft.Xna.Framework.Graphics.VertexElementUsage)">setVertexElementUsage</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementUsage</a> value)</code>
<divclass="block">Sets a value describing how the vertex element is to be used.</div>
<ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementFormat.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementFormat</a> elementFormat,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementUsage</a> elementUsage,
int usageIndex)</pre>
<divclass="block">Initializes a new instance of the VertexElement class.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>offset</code> - Offset (if any) from the beginning of the stream to the beginning of the vertex data.</dd><dd><code>elementFormat</code> - One of several predefined types that define the vertex data size.</dd><dd><code>elementUsage</code> - The intended use of the vertex data.</dd><dd><code>usageIndex</code> - Modifies the usage data to allow the user to specify multiple usage types.</dd></dl>
<divclass="block">Modifies the usage data to allow the user to specify multiple usage types.</div>
</li>
</ul>
<aname="getVertexElementFormat()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getVertexElementFormat</h4>
<pre>public <ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementFormat.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementFormat</a> getVertexElementFormat()</pre>
<divclass="block">Gets the format of this vertex element.</div>
<pre>public void setVertexElementFormat(<ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementFormat.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementFormat</a> value)</pre>
<divclass="block">Sets the format of this vertex element.</div>
</li>
</ul>
<aname="getVertexElementUsage()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getVertexElementUsage</h4>
<pre>public <ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementUsage</a> getVertexElementUsage()</pre>
<divclass="block">Gets a value describing how the vertex element is to be used.</div>
<pre>public void setVertexElementUsage(<ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementUsage</a> value)</pre>
<divclass="block">Sets a value describing how the vertex element is to be used.</div>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexDeclaration.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementFormat.html"title="enum in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Next Class</span></a></li>