Gets or sets a Double value, that represents the coordinate of the top point of a rectangle.
Applies to objects: DRect
[[Let] RetVal = ] object.Top [Let] object.Top = SetVal |
Part | Description |
object | A reference to an instance of the object. |
RetVal | A Double type variable. |
SetVal | A Double type value. |
Dim MyObject as new DRect ' Create an instance of the object MyObject.Top = 100 |