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






Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("Controls the style of the font.")>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Font")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property Style As FontStyle
Visual Basic (Usage)Copy Code
Dim instance As ChartFontStyle
Dim value As FontStyle
 
instance.Style = value
 
value = instance.Style
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("Controls the style of the font.")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Font")]
[ISNet.Serialization.BinarySerializableAttribute()]
public FontStyle Style {get; set;}
Delphi 
public read-write property Style: FontStyle; 
JScript 
DefaultValueAttribute()
DescriptionAttribute("Controls the style of the font.")
NotifyParentPropertyAttribute()
CategoryAttribute("Font")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set Style : FontStyle
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute("Controls the style of the font.")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Font")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property FontStyle get_Style();
public: __property void set_Style( 
   FontStyle value
);
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("Controls the style of the font.")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Font")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property FontStyle Style {
   FontStyle get();
   void set (    FontStyle value);
}

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.