Interface ISVGFilterPrimitiveStandardAttributes

Interface ISVGFilterPrimitiveStandardAttributes

Tên không gian: Aspose.Html.Dom.Svg.Filters Tổng hợp: Aspose.HTML.dll (25.4.0)

Giao diện này xác định các thuộc tính DOM phổ biến trên các giao diện nguyên thủy của bộ lọc.

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

Properties

Height

Tùy thuộc vào việc quy định ‘giá’ trên yếu tố ‘filter’ cụ thể.

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

Giá trị bất động sản

SVGAnimatedLength

Result

Tùy thuộc vào việc phân bổ “sự kết quả” cho yếu tố “filter” cụ thể.

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

Giá trị bất động sản

SVGAnimatedString

Width

Tùy thuộc vào việc quy định ‘khoảng’ trên yếu tố ‘filter’ cụ thể.

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

Giá trị bất động sản

SVGAnimatedLength

X

Tùy thuộc vào việc quy định ‘x’ trên yếu tố ‘filter’ cụ thể.

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

Giá trị bất động sản

SVGAnimatedLength

Y

Tùy thuộc vào việc quy định “y” trên yếu tố “filter” cụ thể.

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

Giá trị bất động sản

SVGAnimatedLength

 Tiếng Việt