Class Rect
Class Rect
Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.2.0)
The Rect interface is used to represent any rect value. This interface reflects the values in the underlying style property. Hence, modifications made to the CSSPrimitiveValue objects modify the style property.
[DOMObject]
[DOMName("Rect")]
[ComVisible(true)]
public class Rect : DOMObject, INotifyPropertyChanged
Inheritance
Implements
Inherited Members
DOMObject.GetPlatformType(), object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Bottom
This attribute is used for the bottom of the rect.
[DOMName("bottom")]
public CSSPrimitiveValue Bottom { get; }
Property Value
Left
This attribute is used for the left of the rect.
[DOMName("left")]
public CSSPrimitiveValue Left { get; }
Property Value
Right
This attribute is used for the right of the rect.
[DOMName("right")]
public CSSPrimitiveValue Right { get; }
Property Value
Top
This attribute is used for the top of the rect.
[DOMName("top")]
public CSSPrimitiveValue Top { get; }