ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D.Effects Namespace / PointSpecular Class / SpecularConstant Property

In This Topic
    SpecularConstant Property (PointSpecular)
    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 System.Single
    public System.float SpecularConstant {get; set;}
    See Also