Xceed Chart for WinForms v4.4 Documentation
FillEffect Property (Watermark)


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace > Watermark Class : FillEffect Property
Controls the fill effect applied on the watermark.
Syntax
'Declaration
 
<DescriptionAttribute("Controls the fill effect applied on the watermark.")>
<CategoryAttribute("Appearance")>
Public Property FillEffect As FillEffect
'Usage
 
Dim instance As Watermark
Dim value As FillEffect
 
instance.FillEffect = value
 
value = instance.FillEffect
[Description("Controls the fill effect applied on the watermark.")]
[Category("Appearance")]
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

Reference

Watermark Class
Watermark Members