'Declaration <DefaultValueAttribute()> <CategoryAttribute("Dimensions")> <DescriptionAttribute("Whether or not the watermark will be displayed with custom size.")> Public Property UseCustomSize As Boolean
'Usage Dim instance As Watermark Dim value As Boolean instance.UseCustomSize = value value = instance.UseCustomSize
[DefaultValue()] [Category("Dimensions")] [Description("Whether or not the watermark will be displayed with custom size.")] public bool UseCustomSize {get; set;}