Width property
Returns or sets the width of the object. Read/write. Long.
Syntax
element
.Width
[ = value
]where
element
– is the name of a graphic element object or an expression that evaluates to a graphic element object.value
– is the width of the element.Remarks
The value assigned to Width must be greater than or equal to 1. It will only be in pixels if the display is not scaled.
Some objects (for example, a Text object) cannot be made smaller that the smallest text that will fit. In such cases the width is set to the minimum possible value.
Provide Feedback