Table of Contents

Interface ICssRect

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

The ICssRect interface is used to represent any rect value. This interface reflects the values in the underlying style property. Hence, modifications made to the ICssPrimitiveValue objects modify the style property.

public interface ICssRect

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.