| SVGFEColorMatrixElementWidth Property |
Corresponds to attribute ‘width’ on the given ‘filter’ element.
Namespace: Aspose.Html.Dom.Svg.FiltersAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic SVGAnimatedLength Width { get; }Public ReadOnly Property Width As SVGAnimatedLength
Get
public:
virtual property SVGAnimatedLength^ Width {
SVGAnimatedLength^ get () sealed;
}abstract Width : SVGAnimatedLength with get
override Width : SVGAnimatedLength with get
Property Value
Type:
SVGAnimatedLength
The attribute ‘width’ of the given ‘filter’ element.
Implements
ISVGFilterPrimitiveStandardAttributesWidth
See Also