'Declaration <CategoryAttribute("Dimensions")> <DescriptionAttribute("The size of the watermark in pixels.")> <EditorAttribute(Xceed.Chart.GraphicsCore.SizeEditor, System.Drawing.Design.UITypeEditor)> Public Property CustomSize As SizeF
'Usage Dim instance As Watermark Dim value As SizeF instance.CustomSize = value value = instance.CustomSize
[Category("Dimensions")] [Description("The size of the watermark in pixels.")] [Editor(Xceed.Chart.GraphicsCore.SizeEditor, System.Drawing.Design.UITypeEditor)] public SizeF CustomSize {get; set;}