Top Property

Gets or sets a Double value, that represents the coordinate of the top point of a rectangle.

Applies to objects: DRect

Syntax

[[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.

 

Example

Dim MyObject as new DRect   ' Create an instance of the object
MyObject.Top = 100