Indicates the method by which the HTML image tag source URL is rendered.

Namespace:  C1.Web.UI.Controls.C1Gauge
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[JsonAttribute(true, true, ImageRenderMethod.HttpHandler)]
[DefaultValueAttribute(ImageRenderMethod.HttpHandler)]
public ImageRenderMethod ImageRenderMethod { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True, True, ImageRenderMethod.HttpHandler)> _
<DefaultValueAttribute(ImageRenderMethod.HttpHandler)> _
Public Property ImageRenderMethod As ImageRenderMethod
	Get
	Set

Remarks

For more information, see the ImageRenderMethod Property topic.

See Also