'Declaration <DescriptionAttribute("A vector which specifies the position of the light source in 3D space.")> <CategoryAttribute("General")> Public Property Position As Vector
'Usage Dim instance As LightSource Dim value As Vector instance.Position = value value = instance.Position
[Description("A vector which specifies the position of the light source in 3D space.")] [Category("General")] public Vector Position {get; set;}