ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / SVGStyle Class / Opacity Property

In This Topic
    Opacity Property
    In This Topic
    A value to indicate the Opacity.
    Syntax
    'Declaration
     
    
    Public Property Opacity As Nullable(Of Double)
    public Nullable<double> Opacity {get; set;}
    See Also