Interface ISVGFilterPrimitiveStandardAttributes
Interface ISVGFilterPrimitiveStandardAttributes
Nome do espaço: Aspose.Html.Dom.Svg.Filters Assembleia: Aspose.HTML.dll (25.4.0)
Esta interface define o conjunto de atributos DOM que são comuns em todas as interfaces primitivas do filtro.
[ComVisible(true)]
[DOMObject]
[DOMName("SVGFilterPrimitiveStandardAttributes")]
public interface ISVGFilterPrimitiveStandardAttributes
Properties
Height
Corresponde a atribuição de “altura” ao dado “filter” elemento.
[DOMName("height")]
SVGAnimatedLength Height { get; }
Valor da propriedade
Result
Corresponde a atribuir “resultado” ao dado “filter” elemento.
[DOMName("result")]
SVGAnimatedString Result { get; }
Valor da propriedade
Width
Corresponde a atribuição de ‘width’ no dado ‘filter’ elemento.
[DOMName("width")]
SVGAnimatedLength Width { get; }
Valor da propriedade
X
Corresponde a atribuição de ‘x’ no dado ‘filter’ elemento.
[DOMName("x")]
SVGAnimatedLength X { get; }
Valor da propriedade
Y
Corresponde a atribuição de ‘y’ no dado ‘filter’ elemento.
[DOMName("y")]
SVGAnimatedLength Y { get; }