Interface ICSSValueList

Interface ICSSValueList

İsim alanı : Aspose.Html.Dom.Css Görüntüleme: Aspose.HTML.dll (25.4.0)

Bu arayüz, CSS değerlerinin sipariş edilen bir koleksiyonunun abstraksiyonunu sağlar.

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

Properties

Length

Listede CSS değerlerinin sayısı.

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

Mülkiyet Değer

int

bu[int ile]

Yöntem, Aspose.Html.Dom.Css.CSSValue’ı belirtilen endekslere geri getirir.HTTP://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSValueList

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

Mülkiyet Değer

CSSValue

 Türkçe