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






Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<CategoryAttribute("General")>
<DescriptionAttribute("Whether or not to render the chart to a bitmap or use a double buffer window.")>
<NotifyParentPropertyAttribute(True)>
Public Property RenderSurface As RenderSurface
Visual Basic (Usage)Copy Code
Dim instance As ChartVisualEffectSettings
Dim value As RenderSurface
 
instance.RenderSurface = value
 
value = instance.RenderSurface
C# 
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("General")]
[DescriptionAttribute("Whether or not to render the chart to a bitmap or use a double buffer window.")]
[NotifyParentPropertyAttribute(true)]
public RenderSurface RenderSurface {get; set;}
Delphi 
public read-write property RenderSurface: RenderSurface; 
JScript 
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
CategoryAttribute("General")
DescriptionAttribute("Whether or not to render the chart to a bitmap or use a double buffer window.")
NotifyParentPropertyAttribute()
public function get,set RenderSurface : RenderSurface
Managed Extensions for C++ 
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("General")]
[DescriptionAttribute("Whether or not to render the chart to a bitmap or use a double buffer window.")]
[NotifyParentPropertyAttribute(true)]
public: __property RenderSurface get_RenderSurface();
public: __property void set_RenderSurface( 
   RenderSurface value
);
C++/CLI 
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("General")]
[DescriptionAttribute("Whether or not to render the chart to a bitmap or use a double buffer window.")]
[NotifyParentPropertyAttribute(true)]
public:
property RenderSurface RenderSurface {
   RenderSurface get();
   void set (    RenderSurface 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.