'Declaration <CategoryAttribute("Bevel Effect")> <DescriptionAttribute("Controls the size of the light bevel.")> <DefaultValueAttribute(5)> Public Property LightEffectSize As Integer
'Usage Dim instance As ImageFrame Dim value As Integer instance.LightEffectSize = value value = instance.LightEffectSize
[Category("Bevel Effect")] [Description("Controls the size of the light bevel.")] [DefaultValue(5)] public int LightEffectSize {get; set;}