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






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<DescriptionAttribute("Controls the font GDI char set.")>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Font")>
Public Property GdiCharSet As Byte
Visual Basic (Usage)Copy Code
Dim instance As ChartFontStyle
Dim value As Byte
 
instance.GdiCharSet = value
 
value = instance.GdiCharSet
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Controls the font GDI char set.")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Font")]
public byte GdiCharSet {get; set;}
Delphi 
public read-write property GdiCharSet: Byte; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
DescriptionAttribute("Controls the font GDI char set.")
NotifyParentPropertyAttribute()
CategoryAttribute("Font")
public function get,set GdiCharSet : byte
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Controls the font GDI char set.")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Font")]
public: __property byte get_GdiCharSet();
public: __property void set_GdiCharSet( 
   byte value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Controls the font GDI char set.")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Font")]
public:
property byte GdiCharSet {
   byte get();
   void set (    byte 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.