Material.SpecularSharpness Property (Microsoft.DirectX.Direct3D)
Retrieves or sets a value that specifies the sharpness of specular highlights.
Definition
Visual Basic Public Property SpecularSharpness As Single C# public float SpecularSharpness { get; set; } C++ public:
property float SpecularSharpness {
float get();
void set(float value);
}JScript public 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.