Gets or sets the name of the image template.

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

Syntax

C#
[EditorAttribute("C1.Web.UI.Design.UITypeEditors.CommonImageNameEditor, C1.Web.UI.Design.3", 
	typeof(UITypeEditor))]
[RefreshPropertiesAttribute(RefreshProperties.All)]
[DefaultValueAttribute("")]
public string CommonImageName { get; set; }
Visual Basic (Declaration)
<EditorAttribute("C1.Web.UI.Design.UITypeEditors.CommonImageNameEditor, C1.Web.UI.Design.3",  _
	GetType(UITypeEditor))> _
<RefreshPropertiesAttribute(RefreshProperties.All)> _
<DefaultValueAttribute("")> _
Public Property CommonImageName As String
	Get
	Set

See Also