Interface ICSSValueList

Interface ICSSValueList

İsim alanı : Aspose.Svg.Dom.Css Toplantı: Aspose.SVG.dll (25.5.0)

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

[DOMName("CSSValueList")]
[DOMObject]
[ComVisible(true)]
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.Svg.Dom.Css-CSSValue’ı belirtilen indekse 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