SamplerStateManager.AddressV Property

Language:

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

Retrieves or sets the texture-address mode for the v-coordinate.

Definition

Visual Basic .NET Public Property AddressV As TextureAddress
C# public TextureAddress AddressV { get; set; }
Managed C++ public: __property TextureAddress get_AddressV();
public: __property void set_AddressV(TextureAddress);
JScript .NET public function get AddressV() : TextureAddress
public function set AddressV(TextureAddress);

Property Value

Microsoft.DirectX.Direct3D.TextureAddress . Member of the TextureAddress enumeration to set or retrieve.

This property is read/write. 

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

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