SVGRectElementHeight Property |
Corresponds to attribute ‘height’ on the given ‘rect’ element.
Namespace: Aspose.Html.Dom.SvgAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 22.4
Syntaxpublic SVGAnimatedLength Height { get; }
Public ReadOnly Property Height As SVGAnimatedLength
Get
public:
property SVGAnimatedLength^ Height {
SVGAnimatedLength^ get ();
}
member Height : SVGAnimatedLength with get
Property Value
Type:
SVGAnimatedLengthThe attribute ‘height’ of the given ‘rect’ element.
See Also