'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("The Position of the light source.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NVectorTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property Position As NVector3DF
'Usage
Dim instance As NLightingImageFilter Dim value As NVector3DF instance.Position = value value = instance.Position
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("The Position of the light source.")] [System.ComponentModel.Editor(Nevron.Editors.NVectorTypeEditor, System.Drawing.Design.UITypeEditor)] public NVector3DF Position {get; set;}