'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("The scale of the surface.")> Public Property SurfaceScale As Single
'Usage Dim instance As LightingFilter Dim value As Single instance.SurfaceScale = value value = instance.SurfaceScale
[Category("Appearance")] [Description("The scale of the surface.")] public float SurfaceScale {get; set;}