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






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute("setFrameStyle")>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<DescriptionAttribute("Controls the type of the background frame.")>
<CategoryAttribute("Frame")>
<DefaultValueAttribute()>
Public ReadOnly Property FrameStyle As ChartFrameStyle
Visual Basic (Usage)Copy Code
Dim instance As ChartBackgroundSettings
Dim value As ChartFrameStyle
 
value = instance.FrameStyle
C# 
[ISNet.Serialization.BinarySerializableAttribute("setFrameStyle")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DescriptionAttribute("Controls the type of the background frame.")]
[CategoryAttribute("Frame")]
[DefaultValueAttribute()]
public ChartFrameStyle FrameStyle {get;}
Delphi 
public read-only property FrameStyle: ChartFrameStyle; 
JScript 
ISNet.Serialization.BinarySerializableAttribute("setFrameStyle")
NotifyParentPropertyAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
DescriptionAttribute("Controls the type of the background frame.")
CategoryAttribute("Frame")
DefaultValueAttribute()
public function get FrameStyle : ChartFrameStyle
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute("setFrameStyle")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DescriptionAttribute("Controls the type of the background frame.")]
[CategoryAttribute("Frame")]
[DefaultValueAttribute()]
public: __property ChartFrameStyle* get_FrameStyle();
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute("setFrameStyle")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DescriptionAttribute("Controls the type of the background frame.")]
[CategoryAttribute("Frame")]
[DefaultValueAttribute()]
public:
property ChartFrameStyle^ FrameStyle {
   ChartFrameStyle^ 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.