ComponentOne ASP.NET MVC Controls
FillOpacity Method

C1.Web.Mvc.Fluent Namespace > SVGStyleBuilder Class : FillOpacity Method
The value.
Configurates C1.Web.Mvc.SVGStyle.FillOpacity. A value that indicates the fill opacity of the SVG element.
Syntax
'Declaration
 
Public Function FillOpacity( _
   ByVal value As Nullable(Of Double) _
) As SVGStyleBuilder
public SVGStyleBuilder FillOpacity( 
   Nullable<double> value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

SVGStyleBuilder Class
SVGStyleBuilder Members