Interface ICSSKeyframeRule

Interface ICSSKeyframeRule

이름 공간 : Aspose.Html.Dom.Css 구성: Aspose.HTML.dll (25.4.0)

CSSKeyframeRule 인터페이스는 단일 키의 스타일 규칙을 나타냅니다.

[ComVisible(true)]
[DOMObject]
[DOMName("CSSKeyframeRule")]
public interface ICSSKeyframeRule : ICSSRule

Implements

ICSSRule

Properties

KeyText

이 속성은 키 프레임 선택기를 컴마 분리 된 비율 값 목록으로 나타냅니다. ‘에서’와 ‘에’ 키워드 지도는 ‘0 %’와 ‘100%’에 해당합니다.

string KeyText { get; }

부동산 가치

string

Style

이 속성은이 키 프레임과 관련된 스타일을 나타냅니다.

ICSSStyleDeclaration Style { get; }

부동산 가치

ICSSStyleDeclaration

 한국어