Opacity - only for IE5+. Uses DirectX filter. Default is 100 (Opaque).

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[DefaultValueAttribute()]
public int Opacity { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute()> _
Public Property Opacity As Integer

See Also