'Declaration <CategoryAttribute("General")> <DefaultValueAttribute()> <DescriptionAttribute("Selects between positional and directional light source.")> Public Property LightSourceType As LightSourceType
'Usage Dim instance As LightSource Dim value As LightSourceType instance.LightSourceType = value value = instance.LightSourceType
[Category("General")] [DefaultValue()] [Description("Selects between positional and directional light source.")] public LightSourceType LightSourceType {get; set;}