Interface ICSSCounterStyleRule
Interface ICSSCounterStyleRule
Nazwa przestrzeń: Aspose.Svg.Dom.Css Zgromadzenie: Aspose.SVG.dll (25.5.0)
Zasada @counter-style pozwala autorom na zdefiniowanie indywidualnego stylu counter.
[ComVisible(true)]
[DOMObject]
[DOMName("CSSCounterStyleRule")]
public interface ICSSCounterStyleRule : ICSSRule
Implements
Properties
CounterType
Znajduje się typ konta.
string CounterType { get; }
Wartość nieruchomości
Fallback
Otrzymuje się spadek.
string Fallback { get; }
Wartość nieruchomości
Glyphs
Poznajcie glify.
string Glyphs { get; }
Wartość nieruchomości
Name
Otrzymuje nazwę.
string Name { get; }
Wartość nieruchomości
Prefix
Otrzymuje prefix.
string Prefix { get; }
Wartość nieruchomości
Suffix
Otrzymujemy suffix.
string Suffix { get; }