Interface ICSSValueList

Interface ICSSValueList

Nome do espaço: Aspose.Svg.Dom.Css Assembleia: Aspose.SVG.dll (25.5.0)

A interface fornece a abstração de uma coleção ordenada de valores CSS.

[DOMName("CSSValueList")]
[DOMObject]
[ComVisible(true)]
public interface ICSSValueList

Properties

Length

O número de CSSValues na lista.

[DOMName("length")]
int Length { get; }

Valor da propriedade

int

Esta[Int]

O método devolve o Aspose.Svg.Dom.Css. CSSValue no índice especificado.http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSValueList

[DOMName("item")]
CSSValue this[int index] { get; }

Valor da propriedade

CSSValue

 Português