'Declaration <DescriptionAttribute("When set to true the top corners of the image will be blured.")> <CategoryAttribute("Appearance")> Public Property BlurBottom As Boolean
'Usage Dim instance As BlurFilter Dim value As Boolean instance.BlurBottom = value value = instance.BlurBottom
[Description("When set to true the top corners of the image will be blured.")] [Category("Appearance")] public bool BlurBottom {get; set;}