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