Top
- Last UpdatedNov 17, 2021
- 1 minute read
The Top property is a read-write property that gets or sets the distance between the top edge of the object container and the internal top edge of an object.
Syntax
<objectname>.Top = Single;
Result = <objectname>.Top;