ICSSFontFaceRule.Style
ICSSFontFaceRule.Style property
The read-only style property of the CSSFontFaceRule
interface returns the style information from the @font-face at-rule. This will be in the form of a CSSStyleDeclaration
object.
public ICSSStyleDeclaration Style { get; }
Property Value
Returns the style information from the @font-face at-rule. This will be in the form of a CSSStyleDeclaration
object.
See Also
- interface ICSSStyleDeclaration
- interface ICSSFontFaceRule
- package com.aspose.html.Dom.Css
- package Aspose.HTML