Interface IRect
.NET interface for TO BE DEFINED FROM USER
public interface IRect
Properties
Bottom
https://docs.oracle.com/en/java/javase/11/docs/api/jdk.xml.dom/org/w3c/dom/css/Rect.html#getBottom()
CSSPrimitiveValue Bottom { get; }
Property Value
Left
CSSPrimitiveValue Left { get; }
Property Value
Right
CSSPrimitiveValue Right { get; }
Property Value
Top
CSSPrimitiveValue Top { get; }