CSSPrimitiveValue.GetRectValue

CSSPrimitiveValue.GetRectValue method

This method is used to get the Rect value. If this CSS value doesn’t contain a rect value, a DOMException is raised. Modification to the corresponding style property can be achieved using the Rect interface.

public abstract Rect GetRectValue()

Return Value

Returns Rect value

See Also