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