'Declaration <DescriptionAttribute("The angle of offset.")> <CategoryAttribute("Size")> Public Property Angle As Single
'Usage Dim instance As BevelAndEmbossFilter Dim value As Single instance.Angle = value value = instance.Angle
[Description("The angle of offset.")] [Category("Size")] public float Angle {get; set;}