ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / 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
     
    Public Property FillOpacity As Nullable(Of Double)
    public Nullable<double> FillOpacity {get; set;}
    See Also