Xceed Chart for WinForms v4.4 Documentation
Type Property (BlurFilter)


Xceed.Chart.GraphicsCore.v4.4 Assembly > Xceed.Chart.GraphicsCore Namespace > BlurFilter Class : Type Property
The type of blur convolution to use.
Syntax
'Declaration
 
<CategoryAttribute("Blur")>
<DescriptionAttribute("The type of blur convolution to use.")>
Public Property Type As BlurType
'Usage
 
Dim instance As BlurFilter
Dim value As BlurType
 
instance.Type = value
 
value = instance.Type
[Category("Blur")]
[Description("The type of blur convolution to use.")]
public BlurType Type {get; set;}
Remarks
This property defines the function used to make the convolution matrix applied on the image. By default set to BlurType.Linear.
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