ComponentOne ASP.NET MVC Controls
FillOpacity Property

C1.Web.Mvc Namespace > SVGStyle Class : FillOpacity Property
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

Reference

SVGStyle Class
SVGStyle Members