Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / LightSettings Class / SpotHalfAngle Property

In This Topic
    SpotHalfAngle Property
    In This Topic
    Gets or sets the half angle of the spot light cone in radians (range [0, PI/2]).
    Syntax
    'Declaration
     
    Public Property SpotHalfAngle As Double
    public double SpotHalfAngle {get; set;}
    See Also