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






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
Visual Basic (Usage)Copy Code
Dim instance As ChartTextStyle
Dim value As ChartFontStyle
 
value = instance.FontStyle
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;}
Delphi 
public read-only property FontStyle: ChartFontStyle; 
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

©2012 Intersoft Solutions Corp. All Rights Reserved.