| SVGSVGElementCurrentTranslate Property |
On an outermost svg element, the corresponding translation factor that takes into account user "magnification".
When accessed on an ‘svg’ element that is not an outermost svg element, it is undefined what behavior this attribute has.
Namespace: Aspose.Html.Dom.SvgAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic SVGPoint CurrentTranslate { get; }Public ReadOnly Property CurrentTranslate As SVGPoint
Get
public:
property SVGPoint^ CurrentTranslate {
SVGPoint^ get ();
}member CurrentTranslate : SVGPoint with get
Property Value
Type:
SVGPoint
The current translate.
See Also