Xceed Chart for WinForms v4.4 Documentation
BlurTop Property


Xceed.Chart.GraphicsCore.v4.4 Assembly > Xceed.Chart.GraphicsCore Namespace > BlurFilter Class : BlurTop Property
When set to true the top corners of the image will be blured.
Syntax
'Declaration
 
<DescriptionAttribute("When set to true the top corners of the image will be blured.")>

<CategoryAttribute("Appearance")>

Public Property BlurTop As Boolean
'Usage
 
Dim instance As BlurFilter

Dim value As Boolean

 

instance.BlurTop = value

 

value = instance.BlurTop
[Description("When set to true the top corners of the image will be blured.")]

[Category("Appearance")]

public bool BlurTop {get; set;}
Remarks
The size of the blur area depends on the Height property of the blur size. By default set to true.
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

BlurFilter Class
BlurFilter Members