Gets or sets whether the shape is visible.
Namespace:
C1.Web.UI.Controls.C1GaugeAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(true)] public bool Visible { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute(True)> _ Public Property Visible As Boolean Get Set |