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






Syntax

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