| SVGFESpecularLightingElementY Property |
Corresponds to attribute ‘y’ on the given ‘filter’ element.
Namespace: Aspose.Html.Dom.Svg.FiltersAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic SVGAnimatedLength Y { get; }Public ReadOnly Property Y As SVGAnimatedLength
Get
public:
virtual property SVGAnimatedLength^ Y {
SVGAnimatedLength^ get () sealed;
}abstract Y : SVGAnimatedLength with get
override Y : SVGAnimatedLength with get
Property Value
Type:
SVGAnimatedLength
The attribute ‘y’ of the given ‘filter’ element.
Implements
ISVGFilterPrimitiveStandardAttributesY
See Also