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