Gets the collection of shapes in the top layer (over everything).

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

Syntax

C#
[C1CategoryAttribute("Category.Appearance")]
[MergablePropertyAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ShapeCollection CoverShapes { get; }
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Appearance")> _
<MergablePropertyAttribute(False)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property CoverShapes As ShapeCollection
	Get

See Also