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


In This Topic
    FillEffect Property (Watermark)
    In This Topic
    Controls the fill effect applied on the watermark.
    Syntax
    'Declaration
     
    <CategoryAttribute("Appearance")>
    <DescriptionAttribute("Controls the fill effect applied on the watermark.")>
    Public Property FillEffect As FillEffect
    'Usage
     
    Dim instance As Watermark
    Dim value As FillEffect
     
    instance.FillEffect = value
     
    value = instance.FillEffect
    [Category("Appearance")]
    [Description("Controls the fill effect applied on the watermark.")]
    public FillEffect FillEffect {get; set;}
    Remarks
    Gives you access to the FillEffect object controlling the fill effect applied on 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