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