Intersoft WebGrid Documentation
BlurType Property
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace > ChartImageFilterSettings Class : BlurType Property






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Blur")>
<DefaultValueAttribute()>
<DescriptionAttribute("The type of the blur to use.")>
Public Property BlurType As BlurType
Visual Basic (Usage)Copy Code
Dim instance As ChartImageFilterSettings
Dim value As BlurType
 
instance.BlurType = value
 
value = instance.BlurType
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Blur")]
[DefaultValueAttribute()]
[DescriptionAttribute("The type of the blur to use.")]
public BlurType BlurType {get; set;}
Delphi 
public read-write property BlurType: BlurType; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
CategoryAttribute("Blur")
DefaultValueAttribute()
DescriptionAttribute("The type of the blur to use.")
public function get,set BlurType : BlurType
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Blur")]
[DefaultValueAttribute()]
[DescriptionAttribute("The type of the blur to use.")]
public: __property BlurType get_BlurType();
public: __property void set_BlurType( 
   BlurType value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Blur")]
[DefaultValueAttribute()]
[DescriptionAttribute("The type of the blur to use.")]
public:
property BlurType BlurType {
   BlurType get();
   void set (    BlurType value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.