DiagramShape.size Property
In This Article
Gets the shape size in units.
#Declaration
TypeScript
size: any
#Property Value
Type | Description |
---|---|
any | An object that contains the shape size. |
#Remarks
The size property contains the shape size in the following format: {"width":120,"height":96}
.
See Also