ICSSValueList.Item

ICSSValueList indexer

メソッドはCSSValue指定されたインデックスで. http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSValueList

public CSSValue this[int index] { get; }
パラメータ説明
indexインデックス。

戻り値

CSSValue.

プロパティ値

CSSValue.

関連項目