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


In This Topic
    UseCustomSize Property
    In This Topic
    Whether or not the watermark will be displayed with custom size.
    Syntax
    '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;}
    Remarks
    When set to true the watermark will have the dimensions set to the CustomSize property. Otherwise the watermark will render with dimensions best for the current fill effects.
    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