Interface ISVGFilterPrimitiveStandardAttributes
Interface ISVGFilterPrimitiveStandardAttributes
Pôvodný názov: Aspose.Html.Dom.Svg.Filters Zhromaždenie: Aspose.HTML.dll (25.4.0)
Tento rozhranie definuje súbor atribútov DOM, ktoré sú bežné v primitívnych rozhraniach filtra.
[ComVisible(true)]
[DOMObject]
[DOMName("SVGFilterPrimitiveStandardAttributes")]
public interface ISVGFilterPrimitiveStandardAttributes
Properties
Height
Zodpovedá pridelení „výška“ na daný „filter“ prvok.
[DOMName("height")]
SVGAnimatedLength Height { get; }
Hodnota nehnuteľnosti
Result
Zodpovedá pridelení „výsledku“ na daný „filter“ prvok.
[DOMName("result")]
SVGAnimatedString Result { get; }
Hodnota nehnuteľnosti
Width
Zodpovedá pridelení „širokosti“ na daný „filter“ prvok.
[DOMName("width")]
SVGAnimatedLength Width { get; }
Hodnota nehnuteľnosti
X
Zodpovedá pridelení „x“ na daný „filter“ prvok.
[DOMName("x")]
SVGAnimatedLength X { get; }
Hodnota nehnuteľnosti
Y
Zodpovedá pridelením „y“ na daný „filter“ prvok.
[DOMName("y")]
SVGAnimatedLength Y { get; }