Syntax
| Visual Basic (Declaration) | |
|---|
<ISNet.Serialization.BinarySerializableAttribute("setFontStyle")>
<DefaultValueAttribute()>
<CategoryAttribute("Appearance")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Controls the font style applied on the text.")>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
Public ReadOnly Property FontStyle As ChartFontStyle |
| C# | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setFontStyle")]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Controls the font style applied on the text.")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public ChartFontStyle FontStyle {get;} |
| JScript | |
|---|
ISNet.Serialization.BinarySerializableAttribute("setFontStyle")
DefaultValueAttribute()
CategoryAttribute("Appearance")
PersistenceModeAttribute(PersistenceMode.InnerProperty)
NotifyParentPropertyAttribute()
DescriptionAttribute("Controls the font style applied on the text.")
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
public function get FontStyle : ChartFontStyle |
| Managed Extensions for C++ | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setFontStyle")]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Controls the font style applied on the text.")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public: __property ChartFontStyle* get_FontStyle(); |
| C++/CLI | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setFontStyle")]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Controls the font style applied on the text.")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public:
property ChartFontStyle^ FontStyle {
ChartFontStyle^ 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