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






Syntax

Visual Basic (Declaration) 
<CategoryAttribute("General")>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<ISNet.Serialization.BinarySerializableAttribute("setImageFrameStyle")>
<DescriptionAttribute("Represents an vector image frame around an object.")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property ImageFrameStyle As ChartImageFrameStyle
Visual Basic (Usage)Copy Code
Dim instance As ChartFrameStyle
Dim value As ChartImageFrameStyle
 
value = instance.ImageFrameStyle
C# 
[CategoryAttribute("General")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.BinarySerializableAttribute("setImageFrameStyle")]
[DescriptionAttribute("Represents an vector image frame around an object.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ChartImageFrameStyle ImageFrameStyle {get;}
Delphi 
public read-only property ImageFrameStyle: ChartImageFrameStyle; 
JScript 
CategoryAttribute("General")
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
ISNet.Serialization.BinarySerializableAttribute("setImageFrameStyle")
DescriptionAttribute("Represents an vector image frame around an object.")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
public function get ImageFrameStyle : ChartImageFrameStyle
Managed Extensions for C++ 
[CategoryAttribute("General")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.BinarySerializableAttribute("setImageFrameStyle")]
[DescriptionAttribute("Represents an vector image frame around an object.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public: __property ChartImageFrameStyle* get_ImageFrameStyle();
C++/CLI 
[CategoryAttribute("General")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.BinarySerializableAttribute("setImageFrameStyle")]
[DescriptionAttribute("Represents an vector image frame around an object.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public:
property ChartImageFrameStyle^ ImageFrameStyle {
   ChartImageFrameStyle^ get();
}

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.