| SVGLinearGradientElementX2 Property |
Corresponds to attribute ‘x2’ on the given ‘linearGradient’ element.
Namespace: Aspose.Html.Dom.SvgAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic SVGAnimatedLength X2 { get; }Public ReadOnly Property X2 As SVGAnimatedLength
Get
public:
property SVGAnimatedLength^ X2 {
SVGAnimatedLength^ get ();
}member X2 : SVGAnimatedLength with get
Property Value
Type:
SVGAnimatedLength
The attribute ‘x2’ of the given ‘linearGradient’ element.
See Also