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






Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Controls the text rendering hint (antialising) applied to text in the control.")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<CategoryAttribute("General")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property TextRenderingHint As TextRenderingHint
Visual Basic (Usage)Copy Code
Dim instance As ChartVisualEffectSettings
Dim value As TextRenderingHint
 
instance.TextRenderingHint = value
 
value = instance.TextRenderingHint
C# 
[DescriptionAttribute("Controls the text rendering hint (antialising) applied to text in the control.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
public TextRenderingHint TextRenderingHint {get; set;}
Delphi 
public read-write property TextRenderingHint: TextRenderingHint; 
JScript 
DescriptionAttribute("Controls the text rendering hint (antialising) applied to text in the control.")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
CategoryAttribute("General")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set TextRenderingHint : TextRenderingHint
Managed Extensions for C++ 
[DescriptionAttribute("Controls the text rendering hint (antialising) applied to text in the control.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property TextRenderingHint get_TextRenderingHint();
public: __property void set_TextRenderingHint( 
   TextRenderingHint value
);
C++/CLI 
[DescriptionAttribute("Controls the text rendering hint (antialising) applied to text in the control.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property TextRenderingHint TextRenderingHint {
   TextRenderingHint get();
   void set (    TextRenderingHint 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.