Interface ICSSKeyframeRule

Interface ICSSKeyframeRule

Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)

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

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

Implements

ICSSRule

Properties

KeyText

이 속성은 키프레임 선택기를 쉼표로 구분된 백분율 값 목록으로 나타냅니다. ‘from’ 및 ’to’ 키워드는 각각 ‘0%’ 및 ‘100%‘에 매핑됩니다.

string KeyText { get; }

Property Value

string

Style

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

ICSSStyleDeclaration Style { get; }

Property Value

ICSSStyleDeclaration

 한국어