Enum SvgFilterStitchOption
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
The Filter Stitch Options
public enum SvgFilterStitchOption : ushort
Fields
Unknown = 0
The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
Stitch = 1
Corresponds to value 'stitch'.
NoStitch = 2
Corresponds to value 'noStitch'.