SphericalHarmonicMaterial.IsMirror Property (Microsoft.DirectX.Direct3D)

Determines whether the material is a mirror.

Definition

Visual Basic Public Property IsMirror As Boolean
C# public bool IsMirror { get; set; }
C++ public:
property bool IsMirror {
        bool get();
        void set(bool value);
}
JScript public function get IsMirror() : boolean
public function set IsMirror(boolean);

Property Value

System.Boolean
Must be set to false. A setting of true is not currently supported.

This property is read/write. 
Show: