Interface ICSSValueList

Interface ICSSValueList

Le nom : Aspose.Svg.Dom.Css Assemblée: 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

Ceci[int]

La méthode retourne l’Aspose.Svg.Dom.Css.CSValue au index spécifié.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

 Français