'Declaration <CategoryAttribute("General")> <DescriptionAttribute("A vector which specifies the direction of the light source.")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> Public Property Direction As Vector
'Usage Dim instance As LightSource Dim value As Vector instance.Direction = value value = instance.Direction
[Category("General")] [Description("A vector which specifies the direction of the light source.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] public Vector Direction {get; set;}