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