Interface ISVGFilterPrimitiveStandardAttributes

Interface ISVGFilterPrimitiveStandardAttributes

Nazwa przestrzeń: Aspose.Html.Dom.Svg.Filters Zestaw: Aspose.HTML.dll (25.4.0)

Ten interfejs definiuje zestaw atrybutów DOM, które są powszechne w filtrach pierwotnych interfejsów.

[ComVisible(true)]
[DOMObject]
[DOMName("SVGFilterPrimitiveStandardAttributes")]
public interface ISVGFilterPrimitiveStandardAttributes

Properties

Height

Odpowiada za przypisanie „wysokości” na danym elementie „filtera”.

[DOMName("height")]
SVGAnimatedLength Height { get; }

Wartość nieruchomości

SVGAnimatedLength

Result

Odpowiada za przypisanie „resulta” do danego elementu „filtera”.

[DOMName("result")]
SVGAnimatedString Result { get; }

Wartość nieruchomości

SVGAnimatedString

Width

Odpowiada za przypisanie „width” na danym elementie „filter”.

[DOMName("width")]
SVGAnimatedLength Width { get; }

Wartość nieruchomości

SVGAnimatedLength

X

Odpowiada za przypisanie „x” do danego elementu „filtera”.

[DOMName("x")]
SVGAnimatedLength X { get; }

Wartość nieruchomości

SVGAnimatedLength

Y

Odpowiada za przypisanie „y” do danego elementu „filtera”.

[DOMName("y")]
SVGAnimatedLength Y { get; }

Wartość nieruchomości

SVGAnimatedLength

 Polski