SamplerStateManager.MaxAnisotropy Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the maximum anisotropy.

Definition

Visual Basic Public Property MaxAnisotropy As Integer
C# public int MaxAnisotropy { get; set; }
C++ public:
property int MaxAnisotropy {
        int get();
        void set(int value);
}
JScript public function get MaxAnisotropy() : int
public function set MaxAnisotropy(int);

Property Value

System.Int32
Integer that represents the maximum anisotropy value to set or retrieve.

This property is read/write. 

Remarks

The default value is 0.