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