Click or drag to resize

SvgVisualElementOpacity Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the opacity of the element. 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("opacity")]
public virtual float Opacity { get; set; }
Request Example View Source

Property Value

Type: Single

Implements

ISvgStylableOpacity
See Also