'Declaration <CategoryAttribute("Size")> <DescriptionAttribute("The depth of the bevel effect, affects the distance between the highlight and shadow shapes offset across the direction specified in 'Angle'.")> Public Property Depth As Integer
'Usage Dim instance As BevelAndEmbossFilter Dim value As Integer instance.Depth = value value = instance.Depth
[Category("Size")] [Description("The depth of the bevel effect, affects the distance between the highlight and shadow shapes offset across the direction specified in 'Angle'.")] public int Depth {get; set;}