ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / SpotSpecular Class / SpecularConstant Property

In This Topic
    SpecularConstant Property (SpotSpecular)
    In This Topic
    The ratio of specular reflection to the incoming light. The value is unitless and must be between 0 and 10,000.
    Syntax
    'Declaration
     
    Public Property SpecularConstant As Single
    public float SpecularConstant {get; set;}
    See Also