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(Order=-1, 
   SkipIfDefault=, 
   PropertyName="fill-opacity", 
   Name="fill-opacity")>
Public Property FillOpacity As Nullable(Of Double)
[Json(Order=-1, 
   SkipIfDefault=, 
   PropertyName="fill-opacity", 
   Name="fill-opacity")]
public Nullable<double> FillOpacity {get; set;}
See Also

Reference

SVGStyle Class
SVGStyle Members