Interface ICSSValueList

Interface ICSSValueList

Nom dels espais: Aspose.Svg.Dom.Css Assemblea: Aspose.SVG.dll (25.5.0)

L’interfície proporciona l’abstracció d’una col·lecció ordenada de valors CSS.

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

Properties

Length

El nombre de CSSValues a la llista.

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

Valor de la propietat

int

Aquest[Int]

El mètode torna l’Aspose.Svg.Dom.Css.CSValue a l’índex especificat.http://www.w3.org/TR/2000/REC-DOM-Nivell-2-Style-20001113/css.html#CSS-ValueList

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

Valor de la propietat

CSSValue

 Català