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

In This Topic
    SpotExponent Property
    In This Topic
    Gets or sets the exponent that determines how the light is focused inside the spot light cone (range [0, 128]).
    Syntax
    'Declaration
     
    Public Property SpotExponent As Double
    public double SpotExponent {get; set;}
    See Also