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






Syntax

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