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