Xceed Chart for WinForms v4.4 Documentation
BlurRight Property


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

<DescriptionAttribute("When set to true the right corners of the image will be blured.")>

Public Property BlurRight As Boolean
'Usage
 
Dim instance As BlurFilter

Dim value As Boolean

 

instance.BlurRight = value

 

value = instance.BlurRight
[Category("Appearance")]

[Description("When set to true the right corners of the image will be blured.")]

public bool BlurRight {get; set;}
Remarks
The size of the blur area depends on the Width 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