Property Type
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
Type
Corresponds to attribute 'type' on the given element.
public ISvgAnimatedEnumeration Type { get; }
Property Value
- ISvgAnimatedEnumeration
type = "identity | table | discrete | linear | gamma"
Indicates the type of component transfer function. The type of function determines the applicability of the other attributes.
An enumeration of the type SvgFilterTransferType. The default value is Identity.