Xceed Chart for WinForms v4.4 Documentation
CustomSize Property


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace > Watermark Class : CustomSize Property
The size of the watermark in pixels.
Syntax
'Declaration
 
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Xceed.Chart.GraphicsCore.SizeEditor, Xceed.Chart.GraphicsCore.v4.4, Version=4.4.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")>
<DescriptionAttribute("The size of the watermark in pixels.")>
<CategoryAttribute("Dimensions")>
Public Property CustomSize As SizeF
'Usage
 
Dim instance As Watermark
Dim value As SizeF
 
instance.CustomSize = value
 
value = instance.CustomSize
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Xceed.Chart.GraphicsCore.SizeEditor, Xceed.Chart.GraphicsCore.v4.4, Version=4.4.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")]
[Description("The size of the watermark in pixels.")]
[Category("Dimensions")]
public SizeF CustomSize {get; set;}
Remarks
When UseCustomSize is set to false this property does not affect the size of the watermark.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Watermark Class
Watermark Members