ComponentOne ASP.NET MVC Controls
StrokeOpacity Property

C1.Web.Mvc Namespace > SVGStyle Class : StrokeOpacity Property
A value that indicates the stroke opacity.
Syntax
'Declaration
 
<JsonAttribute(Order=-1, 
   SkipIfDefault=, 
   PropertyName="stroke-opacity", 
   Name="stroke-opacity")>
Public Property StrokeOpacity As Nullable(Of Double)
[Json(Order=-1, 
   SkipIfDefault=, 
   PropertyName="stroke-opacity", 
   Name="stroke-opacity")]
public Nullable<double> StrokeOpacity {get; set;}
See Also

Reference

SVGStyle Class
SVGStyle Members