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






Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<CategoryAttribute("Appearance")>
<DescriptionAttribute("The type of glow effect.")>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property GlowType As GlowType
Visual Basic (Usage)Copy Code
Dim instance As ChartGlowImageFilterSettings
Dim value As GlowType
 
instance.GlowType = value
 
value = instance.GlowType
C# 
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The type of glow effect.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public GlowType GlowType {get; set;}
Delphi 
public read-write property GlowType: GlowType; 
JScript 
DefaultValueAttribute()
CategoryAttribute("Appearance")
DescriptionAttribute("The type of glow effect.")
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set GlowType : GlowType
Managed Extensions for C++ 
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The type of glow effect.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property GlowType get_GlowType();
public: __property void set_GlowType( 
   GlowType value
);
C++/CLI 
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The type of glow effect.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property GlowType GlowType {
   GlowType get();
   void set (    GlowType 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.