Interface ICSSValueList

Interface ICSSValueList

Navne til: Aspose.Svg.Dom.Css Sammensætning: Aspose.SVG.dll (25.5.0)

Grænsefladen giver abstraktionen af en bestilt samling af CSS værdier.

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

Properties

Length

Antallet af CSSValues i listen.

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

Ejendomsværdi

int

Dette[Int]

Metoden returnerer Aspose.Svg.Dom.Css. CSSValue til den angivne indeks.HTTP://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSValueList

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

Ejendomsværdi

CSSValue

 Dansk