Interface ICSSValueList

Interface ICSSValueList

Numele spaţiului: Aspose.Svg.Dom.Css Adunare: Aspose.SVG.dll (25.5.0)

Interfața oferă abstracția unei colecții comandate de valori CSS.

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

Properties

Length

Numărul de valori CSS în listă.

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

Valoarea proprietății

int

Această[int]

Metoda returnează Aspose.Svg.Dom.Css. CSSValue la indicele specificate.HTTP://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSValueList

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

Valoarea proprietății

CSSValue

 Română