Corresponds to attribute ‘style’ on the given element. If the user agent does not support styling with CSS, then this attribute must always have the value of null.
Namespace: Aspose.Html.Dom.SvgAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic ICSSStyleDeclaration Style { get; }
Public ReadOnly Property Style As ICSSStyleDeclaration
Get
public:
virtual property ICSSStyleDeclaration^ Style {
ICSSStyleDeclaration^ get () sealed;
}
abstract Style : ICSSStyleDeclaration with get
override Style : ICSSStyleDeclaration with get
Property Value
Type:
ICSSStyleDeclaration
The style.
Implements
IElementCSSInlineStyleStyle
See Also