ISVGRectElement interface

Provides properties for the rect element.

Members

The ISVGRectElement interface inherits from the IDispatch interface. ISVGRectElement also has these types of members:

  • Properties

Properties

The ISVGRectElement interface has these properties.

Property Access type Description

ISVGRectElement::rx

Read/write

Gets or sets the x-axis radius of a rounded corner rectangle.

ISVGRectElement::ry

Read/write

Gets or sets the y-axis radius of a rounded corner rectangle.

ISVGUseElement::height

Read/write

Gets or sets the height of an element.

ISVGUseElement::width

Read/write

Defines the width of an element.

ISVGUseElement::x

Read/write

Gets or sets the x-coordinate value.

ISVGUseElement::y

Read/write

Gets or sets the y-coordinate value.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch