Left property
Returns or sets the distance between the left edge of the object and the internal left edge of the display window. Read/write. Long.
Syntax
element
.Left
[ = value
]where
element
– is the name of a graphic element object or an expression that evaluates to a graphic element object.value
– is the distance between the left edge of the object and the internal left edge of the display window. It will only be in pixels if the display is not scaled.Provide Feedback