Package | dom.style.css |
Class | public class Rect |
Inheritance | Rect Object |
Introduced in: | DOM 2 Core |
This interface reflects the values in the underlying style property. Hence, modifications made to the CSSPrimitiveValue objects modify the style property.
See also
Property | Defined By | ||
---|---|---|---|
DOM 2 Style bottom : CSSPrimitiveValue [read-only]
This attribute is used for the bottom of the rect. | Rect | ||
DOM 2 Style left : CSSPrimitiveValue [read-only]
This attribute is used for the left of the rect. | Rect | ||
DOM 2 Style right : CSSPrimitiveValue [read-only]
This attribute is used for the right of the rect. | Rect | ||
DOM 2 Style top : CSSPrimitiveValue [read-only]
This attribute is used for the top of the rect. | Rect |
DOM 2 Style bottom | property |
bottom:CSSPrimitiveValue
[read-only] Introduced in: | DOM 2 Core |
This attribute is used for the bottom of the rect.
public function get bottom():CSSPrimitiveValue
See also
DOM 2 Style left | property |
left:CSSPrimitiveValue
[read-only] Introduced in: | DOM 2 Core |
This attribute is used for the left of the rect.
public function get left():CSSPrimitiveValue
See also
DOM 2 Style right | property |
right:CSSPrimitiveValue
[read-only] Introduced in: | DOM 2 Core |
This attribute is used for the right of the rect.
public function get right():CSSPrimitiveValue
See also
DOM 2 Style top | property |
top:CSSPrimitiveValue
[read-only] Introduced in: | DOM 2 Core |
This attribute is used for the top of the rect.
public function get top():CSSPrimitiveValue
See also