Click or drag to resize
DistantSpecularEffectSpecularExponent Property
Specular power for the Phong lighting model. Larger values produce more sharply defined highlights. Default value 1.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public float SpecularExponent { get; set; }

Property Value

Type: Single
See Also