Gets or sets the name of a Shape that is used for clipping.

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.GaugeShapeNameEditor, C1.Web.UI.Design.3", 
	typeof(UITypeEditor))]
[DefaultValueAttribute("")]
public string ShapeName { get; set; }
Visual Basic (Declaration)
<EditorAttribute("C1.Web.UI.Design.UITypeEditors.GaugeShapeNameEditor, C1.Web.UI.Design.3",  _
	GetType(UITypeEditor))> _
<DefaultValueAttribute("")> _
Public Property ShapeName As String
	Get
	Set

Remarks

An empty string here makes reference to the owner element.

See Also