Table of Contents

Property Operator

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

Operator

A keyword indicating whether to erode (i.e., thin) or dilate (fatten) the source graphic.

public ISvgAnimatedEnumeration Operator { get; }

Property Value

ISvgAnimatedEnumeration

operator = "erode | dilate"

An enumeration of the type SvgFilterMorphologyOperator. The default value is Erode.

Remarks

If attribute 'operator' is not specified, then the effect is as if a value of erode were specified.