'Declaration <DescriptionAttribute("Whether or not to blur the alpha channel or all color channels of the image (ARGB).")> <CategoryAttribute("Appearance")> Public Property AlphaChannelOnly As Boolean
'Usage Dim instance As BlurFilter Dim value As Boolean instance.AlphaChannelOnly = value value = instance.AlphaChannelOnly
[Description("Whether or not to blur the alpha channel or all color channels of the image (ARGB).")] [Category("Appearance")] public bool AlphaChannelOnly {get; set;}