| SVGFEMergeElementHeight Property |
Corresponds to attribute ‘height’ on the given ‘filter’ element.
Namespace: Aspose.Svg.FiltersAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic SVGAnimatedLength Height { get; }Public ReadOnly Property Height As SVGAnimatedLength
Get
public:
virtual property SVGAnimatedLength^ Height {
SVGAnimatedLength^ get () sealed;
}abstract Height : SVGAnimatedLength with get
override Height : SVGAnimatedLength with get
Property Value
Type:
SVGAnimatedLength
The attribute ‘height’ of the given ‘filter’ element.
Implements
ISVGFilterPrimitiveStandardAttributesHeight
See Also