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






Syntax

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