'Declaration <CategoryAttribute("Blur")> <DescriptionAttribute("The length of the image bevel in pixels.")> Public Property BevelDepth As Integer
'Usage Dim instance As LightingFilter Dim value As Integer instance.BevelDepth = value value = instance.BevelDepth
[Category("Blur")] [Description("The length of the image bevel in pixels.")] public int BevelDepth {get; set;}