Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Standard.v4.4 Assembly / Xceed.Chart.Standard Namespace / Watermark Class / CustomSize Property


In This Topic
    CustomSize Property
    In This Topic
    The size of the watermark in pixels.
    Syntax
    '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;}
    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