Interface ICSSCounterStyleRule

ICSSCounterStyleRule interface

@counter-style 규칙을 사용하면 작성자가 사용자 지정 카운터 스타일을 정의할 수 있습니다.

public interface ICSSCounterStyleRule : ICSSRule

속성

이름설명
CounterType { get; }카운터 유형을 가져옵니다.
Fallback { get; }폴백을 가져옵니다.
Glyphs { get; }글리프를 가져옵니다.
Name { get; }이름을 가져옵니다.
Prefix { get; }접두사를 가져옵니다.
Suffix { get; }접미사를 가져옵니다.

또한보십시오