'Declaration <CategoryAttribute("Blur")> <DescriptionAttribute("The depth of the glow effect in pixels.")> Public Property Depth As Integer
'Usage Dim instance As GlowFilter Dim value As Integer instance.Depth = value value = instance.Depth
[Category("Blur")] [Description("The depth of the glow effect in pixels.")] public int Depth {get; set;}