Click or drag to resize

SvgTextFill Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the fill.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public override SvgPaintServer Fill { get; set; }

Property Value

Type: SvgPaintServer
The fill.

Implements

ISvgStylableFill
Remarks

Unlike other [!:SvgGraphicsElement]s, SvgText has a default fill of black rather than transparent.

See Also