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