Click or drag to resize

SvgVisualElementStrokeOpacity Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the opacity of the stroke, if the Stroke property has been specified. 1.0 is fully opaque; 0.0 is transparent.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
[SvgAttributeAttribute("stroke-opacity")]
public virtual float StrokeOpacity { get; set; }
Request Example View Source

Property Value

Type: Single

Implements

ISvgStylableStrokeOpacity
See Also