Table of Contents

Class CssRect

Namespace
SharpVectors.Dom.Css
Assembly
SharpVectors.Css.dll

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.

public sealed class CssRect : ICssRect
Inheritance
CssRect
Implements
Inherited Members

Constructors

CssRect(string, bool)

Constructs a new Rect

Properties

Bottom

This attribute is used for the bottom of the rect.

Left

This attribute is used for the left of the rect.

Right

This attribute is used for the right of the rect.

Top

This attribute is used for the top of the rect.