Interface IRect
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/css/Rect.html
public interface IRect
Properties
Bottom
CSSPrimitiveValue Bottom { get; }
Property Value
Left
CSSPrimitiveValue Left { get; }
Property Value
Right
CSSPrimitiveValue Right { get; }
Property Value
Top
CSSPrimitiveValue Top { get; }