SamplerStateManager.AddressV Property

Language:

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

Definition

Visual Basic Public Property AddressV As TextureAddress
C# public TextureAddress AddressV { get; set; }
C++ public:
property TextureAddress AddressV {
        TextureAddress get();
        void set(TextureAddress value);
}
JScript 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. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

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