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






Syntax

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