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