Xceed Chart for WinForms v4.4 Documentation
BlurLeft Property


Xceed.Chart.GraphicsCore.v4.4 Assembly > Xceed.Chart.GraphicsCore Namespace > BlurFilter Class : BlurLeft Property
When set to true the left corners of the image will be blured.
Syntax
'Declaration
 
<DescriptionAttribute("When set to true the left corners of the image will be blured.")>
<CategoryAttribute("Appearance")>
Public Property BlurLeft As Boolean
'Usage
 
Dim instance As BlurFilter
Dim value As Boolean
 
instance.BlurLeft = value
 
value = instance.BlurLeft
[Description("When set to true the left corners of the image will be blured.")]
[Category("Appearance")]
public bool BlurLeft {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