Interface ICSSValueList

Interface ICSSValueList

Nombre del espacio: Aspose.Svg.Dom.Css Asamblea: Aspose.SVG.dll (25.5.0)

La interfaz proporciona la abstracción de una colección ordenada de valores CSS.

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

Properties

Length

El número de CSSValues en la lista.

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

Valor de la propiedad

int

Este[Int]

El método devolve el Aspose.Svg.Dom.Css.CSValue en el í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 de la propiedad

CSSValue

 Español