Interface ICSSValueList
Interface ICSSValueList
Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)
Arayüz, sıralı bir CSS değerleri koleksiyonunun soyutlamasını sağlar.
[DOMName("CSSValueList")]
[DOMObject]
[ComVisible(true)]
public interface ICSSValueList
Özellikler
Uzunluk
Listede bulunan CSSValue sayısı.
[DOMName("length")]
int Length { get; }
Özellik Değeri
this[int]
Yöntem, belirtilen indeksdeki Aspose.Html.Dom.Css.CSSValue’ı döndürür.
http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSValueList
[DOMName("item")]
CSSValue this[int index] { get; }