Interface IElementCSSInlineStyle
Interface IElementCSSInlineStyle
Namn på plats: Aspose.Svg.Dom.Css Församling: Aspose.SVG.dll (25.5.0)
Inline stil information ansluten till element exponeras genom stil attribut. Detta representerar innehållet i STYLE attribut för HTML element (eller element i andra scheman eller DTDs som använder STYLE attribut på samma sätt).
[ComVisible(true)]
[DOMObject]
[DOMNoInterfaceObject]
public interface IElementCSSInlineStyle
Properties
Style
Representerar en stilattribut som gör det möjligt för författaren att direkt tillämpa stilinformation på ett specifikt element.
[DOMName("style")]
ICSSStyleDeclaration Style { get; }