Share via


DomDocument.GetComputedStyle(DomElement, String) Method

Definition

[Foundation.Export("getComputedStyle:pseudoElement:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual WebKit.DomCssStyleDeclaration GetComputedStyle(WebKit.DomElement element, string pseudoElement);
[<Foundation.Export("getComputedStyle:pseudoElement:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetComputedStyle : WebKit.DomElement * string -> WebKit.DomCssStyleDeclaration
override this.GetComputedStyle : WebKit.DomElement * string -> WebKit.DomCssStyleDeclaration

Parameters

element
DomElement
pseudoElement
String

Returns

Attributes

Applies to