ASP.NET MVC Controls | ComponentOne
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
     
    
    <JsonAttribute("stroke-opacity")>
    Public Property StrokeOpacity As Nullable(Of Double)
    [Json("stroke-opacity")]
    public Nullable<double> StrokeOpacity {get; set;}
    See Also