ComponentOne ASP.NET MVC Controls
StrokeOpacity Method

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

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

SVGStyleBuilder Class
SVGStyleBuilder Members