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

In This Topic
    FillOpacity Property
    In This Topic
    A value that indicates the fill opacity of the SVG element.
    Syntax
    'Declaration
     
    
    <JsonAttribute("fill-opacity")>
    Public Property FillOpacity As Nullable(Of Double)
    [Json("fill-opacity")]
    public Nullable<double> FillOpacity {get; set;}
    See Also