Dundas Gauge for ASP.NET Send comments on this topic
RenderType Property
See Also 
Dundas.Gauges.WebControl Namespace > GaugeContainer Class : RenderType Property


Determines if the gauge should be rendered as an image tag, input tag, binary data stream or image map.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<CategoryAttribute("Image")>
<DescriptionAttribute("Determines if the gauge should be rendered as an image tag, input tag, binary data stream or image map.")>
<PersistenceModeAttribute()>
Public Property RenderType As RenderType
Visual Basic (Usage)Copy Code
Dim instance As GaugeContainer
Dim value As RenderType
 
instance.RenderType = value
 
value = instance.RenderType
C# 
[DefaultValueAttribute()]
[CategoryAttribute("Image")]
[DescriptionAttribute("Determines if the gauge should be rendered as an image tag, input tag, binary data stream or image map.")]
[PersistenceModeAttribute()]
public RenderType RenderType {get; set;}

Return Value

A RenderType value, that represents the rendering type. Defaults to RenderType.ImageTag.

Remarks

If rendered as an IMG tag then the URL where the temporary image is saved is determined by the ImageUrl property.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also