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