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