Interface ICSSValueList
Interface ICSSValueList
ชื่อพื้นที่: Aspose.Svg.Dom.Css การประชุม: Aspose.SVG.dll (25.5.0)
อินเตอร์เฟซช่วยให้การสกัดจากคอลเลกชันที่กําหนดไว้ของค่า CSS
[DOMName("CSSValueList")]
[DOMObject]
[ComVisible(true)]
public interface ICSSValueList
Properties
Length
จํานวน CSSValues ในรายการ
[DOMName("length")]
int Length { get; }
คุณสมบัติมูลค่า
นี่[int]
Method returns the Aspose.Svg.Dom.Css.CSValue to the specified indexhttp://www.w3.org/TR/2000/REC-DOM-ระดับ-2-สไตล์-20001113/css.html#CSS-CSSValueList
[DOMName("item")]
CSSValue this[int index] { get; }