'Declaration <CategoryAttribute("Spotlight")> <DescriptionAttribute("The spot exponent specifies the intensity distribution of a spot light. ")> <DefaultValueAttribute(0)> Public Property SpotExponent As Single
'Usage Dim instance As LightSource Dim value As Single instance.SpotExponent = value value = instance.SpotExponent
[Category("Spotlight")] [Description("The spot exponent specifies the intensity distribution of a spot light. ")] [DefaultValue(0)] public float SpotExponent {get; set;}