Table of Contents

Interface IRect

Namespace
Org.W3c.Dom.Css
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/jdk.xml.dom/org/w3c/dom/css/Rect.html

public interface IRect

Properties

Bottom

CSSPrimitiveValue Bottom { get; }

Property Value

CSSPrimitiveValue

Left

CSSPrimitiveValue Left { get; }

Property Value

CSSPrimitiveValue

Right

CSSPrimitiveValue Right { get; }

Property Value

CSSPrimitiveValue

Top

CSSPrimitiveValue Top { get; }

Property Value

CSSPrimitiveValue