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






Gets or sets a value that indicates whether or not the left corner of the image will be blurred.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("When set to true the left corners of the image will be blured.")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
Public Property BlurLeft As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ChartBlurImageFilterSettings
Dim value As Boolean
 
instance.BlurLeft = value
 
value = instance.BlurLeft
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("When set to true the left corners of the image will be blured.")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
public bool BlurLeft {get; set;}
Delphi 
public read-write property BlurLeft: Boolean; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("When set to true the left corners of the image will be blured.")
CategoryAttribute("Appearance")
DefaultValueAttribute()
public function get,set BlurLeft : boolean
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("When set to true the left corners of the image will be blured.")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
public: __property bool get_BlurLeft();
public: __property void set_BlurLeft( 
   bool value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("When set to true the left corners of the image will be blured.")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
public:
property bool BlurLeft {
   bool get();
   void set (    bool 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.