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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<CategoryAttribute("Font")>
<DescriptionAttribute("Indicates whether this Font object is derived from a GDI vertical font.")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property GdiVerticalFont As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ChartFontStyle
Dim value As Boolean
 
instance.GdiVerticalFont = value
 
value = instance.GdiVerticalFont
C# 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("Font")]
[DescriptionAttribute("Indicates whether this Font object is derived from a GDI vertical font.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public bool GdiVerticalFont {get; set;}
Delphi 
public read-write property GdiVerticalFont: Boolean; 
JScript 
NotifyParentPropertyAttribute()
DefaultValueAttribute()
CategoryAttribute("Font")
DescriptionAttribute("Indicates whether this Font object is derived from a GDI vertical font.")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set GdiVerticalFont : boolean
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("Font")]
[DescriptionAttribute("Indicates whether this Font object is derived from a GDI vertical font.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property bool get_GdiVerticalFont();
public: __property void set_GdiVerticalFont( 
   bool value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("Font")]
[DescriptionAttribute("Indicates whether this Font object is derived from a GDI vertical font.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property bool GdiVerticalFont {
   bool get();
   void set (    bool 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.