Property Width
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
Width
The width of the subregion which restricts calculation and rendering of the given filter primitive.
public ISvgAnimatedLength Width { get; }
Property Value
- ISvgAnimatedLength
width =
length-percentage
A negative or zero value disables the effect of the given filter primitive (i.e., the result is a transparent black image).
The initial value is100%
.