Material.SpecularSharpness Property (Microsoft.DirectX.Direct3D)

Retrieves or sets a value that specifies the sharpness of specular highlights.

Definition

Visual BasicPublic Property SpecularSharpness As Single
C#public float SpecularSharpness { get; set; }
C++public:
property float SpecularSharpness {
        float get();
        void set(float value);
}
JScriptpublic function get SpecularSharpness() : float
public function set SpecularSharpness(float);

Property Value

System.Single
Floating-point value that represents the sharpness of specular highlights.

This property is read/write. 

Remarks

The higher the value, the sharper the highlight.

Show: