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






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

Syntax

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