Gets the custom shape for the tick marks.
Namespace:
C1.Web.UI.Controls.C1GaugeAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[PersistenceModeAttribute(PersistenceMode.InnerProperty)] [RefreshPropertiesAttribute(RefreshProperties.All)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] public C1GaugeCustomShape CustomShape { get; set; } |
| Visual Basic (Declaration) |
|---|
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _ <RefreshPropertiesAttribute(RefreshProperties.All)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _ Public Property CustomShape As C1GaugeCustomShape Get Set |