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






Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Controls the type of the shadow ")>
<ISNet.Serialization.BinarySerializableAttribute()>
<CategoryAttribute("General")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property Type As ShadowType
Visual Basic (Usage)Copy Code
Dim instance As ChartShadowStyle
Dim value As ShadowType
 
instance.Type = value
 
value = instance.Type
C# 
[DescriptionAttribute("Controls the type of the shadow ")]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("General")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public ShadowType Type {get; set;}
Delphi 
public read-write property Type: ShadowType; 
JScript 
DescriptionAttribute("Controls the type of the shadow ")
ISNet.Serialization.BinarySerializableAttribute()
CategoryAttribute("General")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
public function get,set Type : ShadowType
Managed Extensions for C++ 
[DescriptionAttribute("Controls the type of the shadow ")]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("General")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property ShadowType get_Type();
public: __property void set_Type( 
   ShadowType value
);
C++/CLI 
[DescriptionAttribute("Controls the type of the shadow ")]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("General")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property ShadowType Type {
   ShadowType get();
   void set (    ShadowType 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.