Interface ICSSValueList

Interface ICSSValueList

Il nome: Aspose.Svg.Dom.Css Assemblea: Aspose.SVG.dll (25.5.0)

L’interfaccia fornisce l’astrazione di una raccolta ordinata di valori CSS.

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

Properties

Length

Il numero di CSSValues nella lista.

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

Valore di proprietà

int

Questo[int]

Il metodo restituisce Aspose.Svg.Dom.Css.CSValue all’indice specificato.http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSValueList

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

Valore di proprietà

CSSValue

 Italiano