Gets or sets the name of the shadow template.
Namespace:
C1.Web.UI.Controls.C1GaugeAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute("")] [BrowsableAttribute(false)] public string CommonShadowName { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute("")> _ <BrowsableAttribute(False)> _ Public Property CommonShadowName As String Get Set |