Gets the collection of templates for the C1GaugeShadow object.

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

Syntax

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

See Also