Interface ISVGFilterPrimitiveStandardAttributes

Interface ISVGFilterPrimitiveStandardAttributes

名称: Aspose.Html.Dom.Svg.Filters セットアップ: Aspose.HTML.dll (25.4.0)

このインターフェイスは、フィルターの原始的なインターフェイスで一般的なDOM属性のセットを定義します。

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

Properties

Height

指定された「フィルター」要素に「高さ」を割り当てる。

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

不動産価値

SVGAnimatedLength

Result

指定された「フィルター」要素に「結果」を割り当てる。

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

不動産価値

SVGAnimatedString

Width

指定された「フィルター」要素に「幅」を割り当てる。

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

不動産価値

SVGAnimatedLength

X

指定された「フィルター」要素に「x」を割り当てる。

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

不動産価値

SVGAnimatedLength

Y

指定された「フィルター」要素に「y」を割り当てる。

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

不動産価値

SVGAnimatedLength

 日本語