Click or drag to resize

SvgVisualElementStroke Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the SvgPaintServer to be used when rendering a stroke around this element.

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

Property Value

Type: SvgPaintServer

Implements

ISvgStylableStroke
See Also