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