'Declaration <CategoryAttribute("Spotlight")> <DefaultValueAttribute()> <DescriptionAttribute("The spot cutoff angle of the light source.")> Public Property SpotCutoff As Single
'Usage Dim instance As LightSource Dim value As Single instance.SpotCutoff = value value = instance.SpotCutoff
[Category("Spotlight")] [DefaultValue()] [Description("The spot cutoff angle of the light source.")] public float SpotCutoff {get; set;}