Gets or sets the Image format to be used for the client side image.

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

Syntax

C#
public ImageFormat ImageFormat { get; set; }
Visual Basic (Declaration)
Public Property ImageFormat As ImageFormat
	Get
	Set

Remarks

Note that while this property accepts a .Net ImageFormat value, the only image formats available to the C1Gauge programmer are gif, jpeg, and png.

See Also