DomElement
DomElement(IntPtr)
DomElement(NativeHandle)
DomElement(NSObjectFlag)
ChildElementCount
ClassHandle
ClassName
ClientHeight
ClientLeft
ClientTop
ClientWidth
FirstElementChild
InnerText
LastElementChild
NextElementSibling
OffsetHeight
OffsetLeft
OffsetParent
OffsetTop
OffsetWidth
PreviousElementSibling
ScrollHeight
ScrollLeft
ScrollTop
ScrollWidth
Style
TagName
Blur()
Contains(DomElement)
Focus()
GetAttribute(String)
GetAttributeNode(String)
GetAttributeNodeNS(String, String)
GetAttributeNS(String, String)
GetElementsByClassName(String)
GetElementsByTagName(String)
GetElementsByTagNameNS(String, String)
HasAttribute(String)
HasAttributeNS(String, String)
QuerySelector(String)
QuerySelectorAll(String)
RemoveAttribute(String)
RemoveAttributeNode(DomAttr)
RemoveAttributeNS(String, String)
ScrollByLines(Int32)
ScrollByPages(Int32)
ScrollIntoView(Boolean)
ScrollIntoViewIfNeeded(Boolean)
SetAttribute(String, String)
SetAttributeNode(DomAttr)
SetAttributeNodeNS(DomAttr)
SetAttributeNS(String, String, String)
WebKitRequestFullScreen(UInt16)
xamarinmac
namespace WebKit
{
[Deprecated(PlatformName.MacOSX, 10, 14, PlatformArchitecture.None, "No longer supported.")]
[Register("DOMElement", true)]
public class DomElement : DomNode
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
protected internal DomElement(IntPtr handle);
}
}
Xamarin macOS | 0.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API