Size Attribute

HTML (DHTML)

Size Attribute

Internet Development Index

Defines the size of the clipping region of the frame. Read/write VgVector2D.

Applies To

VMLFrame

Tag Syntax

<v:element size="expression">

Script Syntax

element.size="expression"

expression=element.size

Remarks

The default value is 0,0. Note that Size only works if Clip is True. In this attribute, the size is defined as the width and height of the frame.

VML Standard Attribute

Example

The size of the clipping region will be 50pt,50pt.

   <v:vmlframe id="frame01" clip="True"
   origin="100pt,100pt" size="50pt,50pt"
   src="external.vml#shape01"
   style='position:relative;
   top:160pt; left:100pt; width:50pt; height:50pt'
   </v:vmlframe>