ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / SVGStyle Class / StrokeOpacity Property

In This Topic
    StrokeOpacity Property
    In This Topic
    A value that indicates the stroke opacity.
    Syntax
    'Declaration
     
    Public Property StrokeOpacity As Nullable(Of Double)
    public Nullable<double> StrokeOpacity {get; set;}
    See Also