ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D.Effects Namespace / SpotDiffuse Class / LimitingConeAngle Property

In This Topic
    LimitingConeAngle Property (SpotDiffuse)
    In This Topic
    The cone angle that restricts the region where the light is projected. No light is projected outside the cone. The limiting cone angle is the angle between the spot light axis (the axis between the LightPosition and PointsAt properties) and the spot light cone. This property is defined in degrees and must be between 0 to 90 degrees.
    Syntax
    'Declaration
     
    Public Property LimitingConeAngle As System.Single
    public System.float LimitingConeAngle {get; set;}
    See Also