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






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

Syntax

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