Bottom Property

Gets or sets a Double value, representing the coordinates of the bottom point of an instance of the shape.

Applies to objects: DRect

Syntax

[Let] RetVal = object.Bottom

[Let] object.Bottom = SetVal

 

Part Description
object A reference to an instance of the shape.
RetVal A Double type variable
SetVal A Double value

 

Example

Dim MyObject as new DRect   ' Create an instance of the shape
MyObject.Bottom = 200

 

See Also

DRect Object