Transparent value. Accepts value in range 0 - 100.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
| C# |
|---|
[ThemeableAttribute(true)] [NotifyParentPropertyAttribute(true)] [DefaultValueAttribute()] public virtual int Transparent { get; set; } |
| Visual Basic (Declaration) |
|---|
<ThemeableAttribute(True)> _ <NotifyParentPropertyAttribute(True)> _ <DefaultValueAttribute()> _ Public Overridable Property Transparent As Integer Get Set |