Gets the collection of templates for the C1GaugeCustomShape object.
Namespace:
C1.Web.UI.Controls.C1GaugeAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[C1CategoryAttribute("Category.Common")] [PersistenceModeAttribute(PersistenceMode.InnerProperty)] [MergablePropertyAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] public CommonShapeCollection CommonShapes { get; } |
| Visual Basic (Declaration) |
|---|
<C1CategoryAttribute("Category.Common")> _ <PersistenceModeAttribute(PersistenceMode.InnerProperty)> _ <MergablePropertyAttribute(False)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _ Public ReadOnly Property CommonShapes As CommonShapeCollection Get |