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